Documentation
¶
Index ¶
Constants ¶
View Source
const ( SinkerPrefix = "sinker." SinkerUpdate = SinkerPrefix + "update" GroupMaestro = "orb.maestro" Exists = "BUSYGROUP Consumer Group name already exists" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeploymentEvent ¶
type SinkerUpdateEvent ¶
type SinkerUpdateEvent struct {
OwnerID string
SinkID string
State string
Size string
Timestamp time.Time
}
func (*SinkerUpdateEvent) Decode ¶ added in v0.29.0
func (cse *SinkerUpdateEvent) Decode(values map[string]interface{})
func (*SinkerUpdateEvent) Encode ¶
func (cse *SinkerUpdateEvent) Encode() map[string]interface{}
Click to show internal directories.
Click to hide internal directories.