Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Frequencies = []Frequency{ FrequencySingle, FrequencyMulti, } )
Frequencies lists the known enum values.
View Source
var ( OutputModes = []OutputMode{ OutputModeBatched, OutputModeStreaming, OutputModeBatchedStreaming, } )
OutputModes lists the known enum values.
Functions ¶
This section is empty.
Types ¶
type Frequency ¶
type Frequency string
Frequency describes the frequencies enum.
Known enum values.
type OutputMode ¶
type OutputMode string
OutputMode describes the output modes enum.
const ( OutputModeBatched OutputMode = "batched" OutputModeStreaming OutputMode = "streaming" OutputModeBatchedStreaming OutputMode = "batched_streaming" )
Known enum values.
func (OutputMode) String ¶
func (v OutputMode) String() string
String implements the fmt.Stringer interface.
Click to show internal directories.
Click to hide internal directories.