Documentation ¶
Index ¶
Constants ¶
View Source
const ( SECOND = iota MILLISECOND MICROSECOND NANOSECOND )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BytesCodec ¶
type BytesCodec struct{}
type DateMapper ¶
type DateMapper struct { }
type DecodeFn ¶
func DecodeFnForSchema ¶
func DecodeFnForSchema(s schema.SimplifiedSchema) (DecodeFn, error)
type EnumMapper ¶
type EnumMapper struct {
Symbols []string
}
type TimeMapper ¶
type TimeMapper struct {
Precision Precision
}
Click to show internal directories.
Click to hide internal directories.