Versions in this module Expand all Collapse all v1 v1.0.0 Jun 8, 2016 Changes in this version + type ByteWriter interface + Grow func(int) + WriteByte func(byte) error + type ComplexUnionTestRecord struct + UnionField UnionNullArrayIntMapIntNestedUnionRecord + func DeserializeComplexUnionTestRecord(r io.Reader) (*ComplexUnionTestRecord, error) + func (r ComplexUnionTestRecord) Serialize(w io.Writer) error + type NestedUnionRecord struct + IntField int32 + func DeserializeNestedUnionRecord(r io.Reader) (*NestedUnionRecord, error) + func (r NestedUnionRecord) Serialize(w io.Writer) error + type StringWriter interface + WriteString func(string) (int, error) + type UnionNullArrayIntMapIntNestedUnionRecord struct + ArrayInt []int32 + MapInt map[string]int32 + NestedUnionRecord *NestedUnionRecord + Null interface{} + UnionType UnionNullArrayIntMapIntNestedUnionRecordTypeEnum + type UnionNullArrayIntMapIntNestedUnionRecordTypeEnum int + const UnionNullArrayIntMapIntNestedUnionRecordTypeEnumArrayInt + const UnionNullArrayIntMapIntNestedUnionRecordTypeEnumMapInt + const UnionNullArrayIntMapIntNestedUnionRecordTypeEnumNestedUnionRecord + const UnionNullArrayIntMapIntNestedUnionRecordTypeEnumNull Other modules containing this package gopkg.in/alanctgardner/gogen-avro.v2 gopkg.in/alanctgardner/gogen-avro.v3 gopkg.in/alanctgardner/gogen-avro.v4 gopkg.in/alanctgardner/gogen-avro.v5 gopkg.in/alanctgardner/gogen-avro.v6