Documentation ¶
Overview ¶
* CODE GENERATED AUTOMATICALLY WITH gopkg.in/alanctgardner/gogen-avro.v4 * THIS FILE SHOULD NOT BE EDITED BY HAND * * SOURCE: * example.avsc
* CODE GENERATED AUTOMATICALLY WITH gopkg.in/alanctgardner/gogen-avro.v4 * THIS FILE SHOULD NOT BE EDITED BY HAND * * SOURCE: * example.avsc
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ByteReader ¶
type ByteWriter ¶
type DemoSchema ¶
type DemoSchema struct { IntField int32 DoubleField float64 StringField string BoolField bool BytesField []byte }
func DeserializeDemoSchema ¶
func DeserializeDemoSchema(r io.Reader) (*DemoSchema, error)
func (*DemoSchema) Schema ¶
func (r *DemoSchema) Schema() string
type StringWriter ¶
Click to show internal directories.
Click to hide internal directories.