Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( ProvideService, )
WireSet provides a wire set for this package.
Functions ¶
This section is empty.
Types ¶
type ConvertArgs ¶
type ConvertArgs struct { Repo *types.Repository `json:"repository,omitempty"` RepoIsPublic bool `json:"repo_is_public,omitempty"` Pipeline *types.Pipeline `json:"pipeline,omitempty"` Execution *types.Execution `json:"execution,omitempty"` File *file.File `json:"config,omitempty"` }
ConvertArgs represents a request to the pipeline conversion service.
type Service ¶
Service converts a file which is in starlark/jsonnet form by looking at the extension and calling the appropriate parser.
func ProvideService ¶
func ProvideService(fileService file.Service, publicAccess publicaccess.Service) Service
ProvideService provides a service which can convert templates.
Click to show internal directories.
Click to hide internal directories.