Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IncomingAfFlow ¶
type IncomingAlert ¶
type IncomingAlerts ¶
type IncomingEfFlow ¶
type IncomingExecutionStep ¶
type IncomingExecutionStep struct {
StepData shared_models.ExecutionSteps `json:"step"`
}
type IncomingExecutionSteps ¶
type IncomingExecutionSteps struct {
StepsData []shared_models.ExecutionSteps `json:"steps"`
}
type IncomingSharedFlow ¶
type IncomingSharedFlow struct {
}
type Register ¶
type Register struct {
ID string `json:"id"`
Registered bool `json:"registered"`
LastHeartbeat time.Time `json:"last_heartbeat"`
Version string `json:"version"`
Mode string `json:"mode"`
Plugins []bmodels.Plugins `json:"plugins"`
Actions []bmodels.Actions `json:"actions"`
AlertEndpoints []bmodels.AlertEndpoints `json:"alert_endpoints"`
}
Click to show internal directories.
Click to hide internal directories.