avro

package
v7.3.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 1, 2021 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Code generated by github.com/actgardner/gogen-avro/v7. DO NOT EDIT.

  • SOURCE:
  • union.avsc

Code generated by github.com/actgardner/gogen-avro/v7. DO NOT EDIT.

  • SOURCE:
  • union.avsc

Code generated by github.com/actgardner/gogen-avro/v7. DO NOT EDIT.

  • SOURCE:
  • union.avsc

Code generated by github.com/actgardner/gogen-avro/v7. DO NOT EDIT.

  • SOURCE:
  • union.avsc

Index

Constants

View Source
const EventAvroCRC64Fingerprint = "\xebZ\xc0m\xf9OV\x97"

Variables

This section is empty.

Functions

func NewEventWriter

func NewEventWriter(writer io.Writer, codec container.Codec, recordsPerBlock int64) (*container.Writer, error)

Types

type Event

type Event struct {
	// Unique ID for this event.
	Id string `json:"id"`
	// Start IP of this observation's IP range.
	Start_ip Ip_address `json:"start_ip"`
	// End IP of this observation's IP range.
	End_ip Ip_address `json:"end_ip"`
}

func DeserializeEvent

func DeserializeEvent(r io.Reader) (*Event, error)

func DeserializeEventFromSchema

func DeserializeEventFromSchema(r io.Reader, schema string) (*Event, error)

func NewEvent

func NewEvent() *Event

func (*Event) AppendArray

func (_ *Event) AppendArray() types.Field

func (*Event) AppendMap

func (_ *Event) AppendMap(key string) types.Field

func (*Event) AvroCRC64Fingerprint

func (_ *Event) AvroCRC64Fingerprint() []byte

func (*Event) Finalize

func (_ *Event) Finalize()

func (*Event) Get

func (r *Event) Get(i int) types.Field

func (*Event) NullField

func (r *Event) NullField(i int)

func (*Event) Schema

func (r *Event) Schema() string

func (*Event) SchemaName

func (r *Event) SchemaName() string

func (*Event) Serialize

func (r *Event) Serialize(w io.Writer) error

func (*Event) SetBoolean

func (_ *Event) SetBoolean(v bool)

func (*Event) SetBytes

func (_ *Event) SetBytes(v []byte)

func (*Event) SetDefault

func (r *Event) SetDefault(i int)

func (*Event) SetDouble

func (_ *Event) SetDouble(v float64)

func (*Event) SetFloat

func (_ *Event) SetFloat(v float32)

func (*Event) SetInt

func (_ *Event) SetInt(v int32)

func (*Event) SetLong

func (_ *Event) SetLong(v int64)

func (*Event) SetString

func (_ *Event) SetString(v string)

func (*Event) SetUnionElem

func (_ *Event) SetUnionElem(v int64)

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() (*Event, error)

type Ip_address

type Ip_address [16]byte

type Ip_addressWrapper

type Ip_addressWrapper struct {
	Target *Ip_address
}

func (*Ip_addressWrapper) AppendArray

func (_ *Ip_addressWrapper) AppendArray() types.Field

func (*Ip_addressWrapper) AppendMap

func (_ *Ip_addressWrapper) AppendMap(key string) types.Field

func (*Ip_addressWrapper) Finalize

func (_ *Ip_addressWrapper) Finalize()

func (*Ip_addressWrapper) Get

func (_ *Ip_addressWrapper) Get(i int) types.Field

func (*Ip_addressWrapper) NullField

func (_ *Ip_addressWrapper) NullField(int)

func (*Ip_addressWrapper) SetBoolean

func (_ *Ip_addressWrapper) SetBoolean(v bool)

func (*Ip_addressWrapper) SetBytes

func (r *Ip_addressWrapper) SetBytes(v []byte)

func (*Ip_addressWrapper) SetDefault

func (_ *Ip_addressWrapper) SetDefault(i int)

func (*Ip_addressWrapper) SetDouble

func (_ *Ip_addressWrapper) SetDouble(v float64)

func (*Ip_addressWrapper) SetFloat

func (_ *Ip_addressWrapper) SetFloat(v float32)

func (*Ip_addressWrapper) SetInt

func (_ *Ip_addressWrapper) SetInt(v int32)

func (*Ip_addressWrapper) SetLong

func (_ *Ip_addressWrapper) SetLong(v int64)

func (*Ip_addressWrapper) SetString

func (_ *Ip_addressWrapper) SetString(v string)

func (*Ip_addressWrapper) SetUnionElem

func (_ *Ip_addressWrapper) SetUnionElem(v int64)

type TopLevelUnion

type TopLevelUnion struct {
	Ip_address Ip_address
	Event      *Event
	UnionType  TopLevelUnionTypeEnum
}

func NewTopLevelUnion

func NewTopLevelUnion() *TopLevelUnion

func (*TopLevelUnion) AppendArray

func (_ *TopLevelUnion) AppendArray() types.Field

func (*TopLevelUnion) AppendMap

func (_ *TopLevelUnion) AppendMap(key string) types.Field

func (*TopLevelUnion) Finalize

func (_ *TopLevelUnion) Finalize()

func (*TopLevelUnion) Get

func (r *TopLevelUnion) Get(i int) types.Field

func (*TopLevelUnion) MarshalJSON

func (r *TopLevelUnion) MarshalJSON() ([]byte, error)

func (*TopLevelUnion) NullField

func (_ *TopLevelUnion) NullField(i int)

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)

func (*TopLevelUnion) UnmarshalJSON

func (r *TopLevelUnion) UnmarshalJSON(data []byte) error

type TopLevelUnionTypeEnum

type TopLevelUnionTypeEnum int
const (
	TopLevelUnionTypeEnumIp_address TopLevelUnionTypeEnum = 0

	TopLevelUnionTypeEnumEvent TopLevelUnionTypeEnum = 1
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL