Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PlanEvent ¶
type PlanEvent struct { // Type holds the type of the event: created / updated / deleted Type string `yaml:"type" json:"type"` domain.JobSpecification `yaml:"data" json:"data"` }
type ResultEvent ¶
type ResultEvent struct{}
type Subscriber ¶
Click to show internal directories.
Click to hide internal directories.