eventconfig

package
v1.13.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 18, 2021 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 4 more Imports: 3 Imported by: 2

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL