types

package
v0.0.0-...-4c964c4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 29, 2025 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PipelineGenerateRequest

type PipelineGenerateRequest struct {
	Prompt  string
	RepoRef string
}

type PipelineGenerateResponse

type PipelineGenerateResponse struct {
	YAML string
}

type PipelineStageGenerateRequest

type PipelineStageGenerateRequest struct {
	Prompt  string
	RepoRef string
}

type PipelineStageGenerateResponse

type PipelineStageGenerateResponse struct {
	YAML string
}

type PipelineStageUpdateRequest

type PipelineStageUpdateRequest struct {
	Prompt  string
	RepoRef string
	Stage   string
}

type PipelineStageUpdateResponse

type PipelineStageUpdateResponse struct {
	YAML string
}

type PipelineStepGenerateRequest

type PipelineStepGenerateRequest struct {
	Prompt  string
	RepoRef string
}

type PipelineStepGenerateResponse

type PipelineStepGenerateResponse struct {
	YAML string
}

type PipelineStepUpdateRequest

type PipelineStepUpdateRequest struct {
	Prompt  string
	RepoRef string
	Step    string
}

type PipelineStepUpdateResponse

type PipelineStepUpdateResponse struct {
	YAML string
}

type PipelineSuggestionsRequest

type PipelineSuggestionsRequest struct {
	RepoRef  string
	Pipeline string
}

type PipelineSuggestionsResponse

type PipelineSuggestionsResponse struct {
	Suggestions []Suggestion
}

type PipelineUpdateRequest

type PipelineUpdateRequest struct {
	Prompt   string
	RepoRef  string
	Pipeline string
}

type PipelineUpdateResponse

type PipelineUpdateResponse struct {
	YAML string
}

type Suggestion

type Suggestion struct {
	ID             string
	Prompt         string
	UserSuggestion string
	Suggestion     string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL