Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Module = fx.Options( fx.Invoke(Register), fx.Provide(NewService), )
Module for fx.
Functions ¶
Types ¶
type CreatePipelineRequest ¶
type CreatePipelineRequest struct {
Pipeline *Pipeline `json:"pipeline,omitempty"`
}
CreatePipeline with a definition.
type CreatePipelineResponse ¶
type CreatePipelineResponse struct { Meta map[string]string `json:"meta,omitempty"` Pipeline *Pipeline `json:"pipeline,omitempty"` }
CreatePipelineResponse a map of meta and the new pipeline.
Click to show internal directories.
Click to hide internal directories.