Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUndefinedDataType = errors.New("undefined message data types") ErrInvalidMessageFieldType = errors.New("invalid message field type") )
Errors set
Functions ¶
This section is empty.
Types ¶
type FieldType ¶
type FieldType int
FieldType of data represents scalar types supported by eventstream message processing
const ( FieldTypeString FieldType = iota FieldTypeFixed FieldTypeUUID FieldTypeInt FieldTypeInt8 FieldTypeInt32 FieldTypeInt64 FieldTypeUint FieldTypeUint8 FieldTypeUint32 FieldTypeUint64 FieldTypeFloat FieldTypeBoolean FieldTypeIP FieldTypeDate FieldTypeUnixnano FieldTypeArrayInt32 FieldTypeArrayInt64 )
Field scalar types enum
Click to show internal directories.
Click to hide internal directories.