Documentation
¶
Index ¶
- func DAG(c *echo.Context) error
- func Delete(c *echo.Context) error
- func Get(c *echo.Context) error
- func List(c *echo.Context) error
- func Pause(c *echo.Context) error
- func Post(c *echo.Context) error
- func Tasks(c *echo.Context) error
- func Unpause(c *echo.Context) error
- type DAGEdge
- type DAGNode
- type DAGResponse
- type JobResponse
- type MetadataRequest
- type PostRequest
- type TaskRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DAGResponse ¶
type JobResponse ¶
type MetadataRequest ¶
type PostRequest ¶
type PostRequest struct {
Alias string `json:"alias"`
Metadata *MetadataRequest `json:"metadata,omitempty"`
Trigger *trigger.CreateRequest `json:"trigger"`
Tasks []TaskRequest `json:"tasks"`
}
type TaskRequest ¶
type TaskRequest struct {
Atom *atom.CreateRequest `json:"atom"`
DependsOn []string `json:"depends_on,omitempty"`
NodeSelector map[string]string `json:"node_selector,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.