Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct {
ID string `json:"id,omitempty"`
RequestID string `json:"request_id,omitempty"`
TS time.Time `json:"ts"`
Kind string `json:"kind"`
Items []Task `json:"items,omitempty"`
IDs []string `json:"ids,omitempty"`
Update *system.UpdateV1_1 `json:"update,omitempty"`
Hello *system.HelloV1 `json:"hello,omitempty"`
HelloAck *system.HelloAckV1 `json:"hello_ack,omitempty"`
LogChunk *logs.LogChunk `json:"log_chunk,omitempty"`
TaskID string `json:"taskId,omitempty"`
Success bool `json:"success,omitempty"`
Data interface{} `json:"data,omitempty"`
TaskError *TaskError `json:"error,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.