Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
type Sample ¶
type Sample struct {
C1 json.RawMessage
C2 int8
C3 int16
C4 proto.Nullable[int16]
C5 proto.Nullable[string]
Level proto.Enum8
IPv4 proto.Nullable[proto.IPv4]
IPv6 proto.Nullable[proto.IPv6]
TS time.Time
TSWithTZ time.Time
TS64 time.Time
F32 float32
F64 float64
LcStr string
StrArr *[]string
MapStrStr map[string]string
UUID uuid.UUID
UUIDNullable uuid.NullUUID
// we are set this in the set_time action
TS64Auto time.Time
TSRFC3339Nano time.Time
}
func (*Sample) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.