Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrimitiveUnionTestRecord ¶
type PrimitiveUnionTestRecord struct { // Allowed types for interface{} value: // int // int64 // float32 // float64 // string // bool // avrotypegen.Null UnionField interface{} }
func (PrimitiveUnionTestRecord) AvroRecord ¶
func (PrimitiveUnionTestRecord) AvroRecord() avrotypegen.RecordInfo
AvroRecord implements the avro.AvroRecord interface.
Click to show internal directories.
Click to hide internal directories.