Documentation ¶
Overview ¶
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
- SOURCE:
- union.avsc
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
- SOURCE:
- union.avsc
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
- SOURCE:
- union.avsc
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
- SOURCE:
- union.avsc
Index ¶
- func NewEventWriter(writer io.Writer, codec container.Codec, recordsPerBlock int64) (*container.Writer, error)
- type Event
- func (_ *Event) AppendArray() types.Field
- func (_ *Event) AppendMap(key string) types.Field
- func (r *Event) Clear(i int)
- func (_ *Event) Finalize()
- func (r *Event) Get(i int) types.Field
- func (r Event) Schema() string
- func (r Event) SchemaName() string
- func (r Event) Serialize(w io.Writer) error
- func (_ *Event) SetBoolean(v bool)
- func (_ *Event) SetBytes(v []byte)
- func (r *Event) SetDefault(i int)
- func (_ *Event) SetDouble(v float64)
- func (_ *Event) SetFloat(v float32)
- func (_ *Event) SetInt(v int32)
- func (_ *Event) SetLong(v int64)
- func (_ *Event) SetString(v string)
- func (_ *Event) SetUnionElem(v int64)
- type EventReader
- type Ip_address
- func (_ *Ip_address) AppendArray() types.Field
- func (_ *Ip_address) AppendMap(key string) types.Field
- func (_ *Ip_address) Clear(i int)
- func (_ *Ip_address) Finalize()
- func (_ *Ip_address) Get(i int) types.Field
- func (_ *Ip_address) SetBoolean(v bool)
- func (r *Ip_address) SetBytes(v []byte)
- func (_ *Ip_address) SetDefault(i int)
- func (_ *Ip_address) SetDouble(v float64)
- func (_ *Ip_address) SetFloat(v float32)
- func (_ *Ip_address) SetInt(v int32)
- func (_ *Ip_address) SetLong(v int64)
- func (_ *Ip_address) SetString(v string)
- func (_ *Ip_address) SetUnionElem(v int64)
- type TopLevelUnion
- func (_ *TopLevelUnion) AppendArray() types.Field
- func (_ *TopLevelUnion) AppendMap(key string) types.Field
- func (r *TopLevelUnion) Clear(i int)
- func (_ *TopLevelUnion) Finalize()
- func (r *TopLevelUnion) Get(i int) types.Field
- func (_ *TopLevelUnion) SetBoolean(v bool)
- func (_ *TopLevelUnion) SetBytes(v []byte)
- func (_ *TopLevelUnion) SetDefault(i int)
- func (_ *TopLevelUnion) SetDouble(v float64)
- func (_ *TopLevelUnion) SetFloat(v float32)
- func (_ *TopLevelUnion) SetInt(v int32)
- func (r *TopLevelUnion) SetLong(v int64)
- func (_ *TopLevelUnion) SetString(v string)
- type TopLevelUnionTypeEnum
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Event ¶
type Event struct { Id string Start_ip Ip_address End_ip Ip_address }
func (*Event) AppendArray ¶
func (Event) SchemaName ¶
func (*Event) SetBoolean ¶
func (*Event) SetDefault ¶
func (*Event) SetUnionElem ¶
type EventReader ¶
type EventReader struct {
// contains filtered or unexported fields
}
container reader
func NewEventReader ¶
func NewEventReader(r io.Reader) (*EventReader, error)
func (EventReader) Read ¶
func (r EventReader) Read() (t Event, err error)
type Ip_address ¶
type Ip_address [16]byte
func (*Ip_address) AppendArray ¶
func (_ *Ip_address) AppendArray() types.Field
func (*Ip_address) Clear ¶
func (_ *Ip_address) Clear(i int)
func (*Ip_address) Finalize ¶
func (_ *Ip_address) Finalize()
func (*Ip_address) SetBoolean ¶
func (_ *Ip_address) SetBoolean(v bool)
func (*Ip_address) SetBytes ¶
func (r *Ip_address) SetBytes(v []byte)
func (*Ip_address) SetDefault ¶
func (_ *Ip_address) SetDefault(i int)
func (*Ip_address) SetDouble ¶
func (_ *Ip_address) SetDouble(v float64)
func (*Ip_address) SetFloat ¶
func (_ *Ip_address) SetFloat(v float32)
func (*Ip_address) SetInt ¶
func (_ *Ip_address) SetInt(v int32)
func (*Ip_address) SetLong ¶
func (_ *Ip_address) SetLong(v int64)
func (*Ip_address) SetString ¶
func (_ *Ip_address) SetString(v string)
func (*Ip_address) SetUnionElem ¶
func (_ *Ip_address) SetUnionElem(v int64)
type TopLevelUnion ¶
type TopLevelUnion struct { Ip_address Ip_address Event Event UnionType TopLevelUnionTypeEnum }
func (*TopLevelUnion) AppendArray ¶
func (_ *TopLevelUnion) AppendArray() types.Field
func (*TopLevelUnion) Clear ¶
func (r *TopLevelUnion) Clear(i int)
func (*TopLevelUnion) Finalize ¶
func (_ *TopLevelUnion) Finalize()
func (*TopLevelUnion) SetBoolean ¶
func (_ *TopLevelUnion) SetBoolean(v bool)
func (*TopLevelUnion) SetBytes ¶
func (_ *TopLevelUnion) SetBytes(v []byte)
func (*TopLevelUnion) SetDefault ¶
func (_ *TopLevelUnion) SetDefault(i int)
func (*TopLevelUnion) SetDouble ¶
func (_ *TopLevelUnion) SetDouble(v float64)
func (*TopLevelUnion) SetFloat ¶
func (_ *TopLevelUnion) SetFloat(v float32)
func (*TopLevelUnion) SetInt ¶
func (_ *TopLevelUnion) SetInt(v int32)
func (*TopLevelUnion) SetLong ¶
func (r *TopLevelUnion) SetLong(v int64)
func (*TopLevelUnion) SetString ¶
func (_ *TopLevelUnion) SetString(v string)
type TopLevelUnionTypeEnum ¶
type TopLevelUnionTypeEnum int
const ( TopLevelUnionTypeEnumIp_address TopLevelUnionTypeEnum = 0 TopLevelUnionTypeEnumEvent TopLevelUnionTypeEnum = 1 )
Click to show internal directories.
Click to hide internal directories.