Documentation ¶
Index ¶
Constants ¶
View Source
const ( IngestSkip = iota IngestStarted IngestFinished IngestorInit IngestorFailed DumpStarted DumpFinished DumpFailed )
View Source
const ( EventActionFail = "fail" EventActionInit = "init" EventActionStart = "start" EventActionSkip = "skip" EventActionFinish = "finish" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EventAction ¶ added in v1.6.0
type EventAction int
func (EventAction) DefaultMessage ¶ added in v1.6.0
func (ea EventAction) DefaultMessage(ctx context.Context) string
func (EventAction) Level ¶ added in v1.6.0
func (ea EventAction) Level() statsd.EventAlertType
type EventActionDetails ¶ added in v1.6.0
type EventActionDetails struct { Title string Text string Level statsd.EventAlertType Action string }
Click to show internal directories.
Click to hide internal directories.