Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventEncoding ¶ added in v0.31.11
type EventEncoding string
const ( EncodingCCF EventEncoding = "ccf" EncodingJSON EventEncoding = "json" )
type EventGeneratorOption ¶ added in v0.31.11
type EventGeneratorOption func(*Events)
func WithEncoding ¶ added in v0.31.11
func WithEncoding(encoding EventEncoding) EventGeneratorOption
type Events ¶
type Events struct {
// contains filtered or unexported fields
}
func EventGenerator ¶
func EventGenerator(opts ...EventGeneratorOption) *Events
type Identifiers ¶
type Identifiers struct {
// contains filtered or unexported fields
}
func IdentifierGenerator ¶
func IdentifierGenerator() *Identifiers
func (*Identifiers) New ¶
func (g *Identifiers) New() flow.Identifier
Click to show internal directories.
Click to hide internal directories.