Documentation
¶
Overview ¶
Package job provides JobManager helper functions.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OutputMsg ¶
type OutputMsg struct {
// Input InputMsg `json:"input,omitempty"`
StartedAt time.Time `json:"started_at,omitempty"`
FinishedAt time.Time `json:"finished_at,omitempty"`
Code int `json:"code,omitempty"`
Message string `json:"message,omitempty"`
Response map[string]*json.RawMessage `json:"response,omitempty"`
}
OutputMsg defines the expected output JSON structure.
Click to show internal directories.
Click to hide internal directories.