Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BroadcastContent ¶
type BroadcastContent int
const ( BroadcastNever BroadcastContent = 0 BroadcastOnce BroadcastContent = 1 BroadcastAlways BroadcastContent = 2 )
func ParseBroadcastContent ¶
func ParseBroadcastContent(value string) (BroadcastContent, error)
func (BroadcastContent) String ¶
func (broadcastContent BroadcastContent) String() string
type EventFormat ¶
type EventFormat int
const ( Protobuf EventFormat = 1 Json EventFormat = 2 )
func EventFormatFrom ¶
func EventFormatFrom(value string, defaultFormat EventFormat) EventFormat
func (EventFormat) String ¶
func (outputFormat EventFormat) String() string
Click to show internal directories.
Click to hide internal directories.