Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogPayload ¶
type LogPayload struct { OpID string `json:"op_id"` Data string `json:"data"` Stream int `json:"stream"` }
func (LogPayload) Type ¶
func (LogPayload) Type() EventType
type OpPayload ¶
type OpPayload struct { OpID string `json:"op_id"` OpName string `json:"op_name"` Pipeline pipeline.Path `json:"pipeline"` Internal bool `json:"internal"` Inputs []string `json:"inputs"` Started *time.Time `json:"started"` Completed *time.Time `json:"completed"` Cached bool `json:"cached"` Error string `json:"error"` }
Click to show internal directories.
Click to hide internal directories.