Documentation
¶
Overview ¶
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
- SOURCE:
- evolution.avsc
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
- SOURCE:
- evolution.avsc
Index ¶
- type PrimitiveUnionTestRecord
- func (_ *PrimitiveUnionTestRecord) AppendArray() types.Field
- func (_ *PrimitiveUnionTestRecord) AppendMap(key string) types.Field
- func (r *PrimitiveUnionTestRecord) Clear(i int)
- func (_ *PrimitiveUnionTestRecord) Finalize()
- func (r *PrimitiveUnionTestRecord) Get(i int) types.Field
- func (r PrimitiveUnionTestRecord) Schema() string
- func (r PrimitiveUnionTestRecord) SchemaName() string
- func (r PrimitiveUnionTestRecord) Serialize(w io.Writer) error
- func (_ *PrimitiveUnionTestRecord) SetBoolean(v bool)
- func (_ *PrimitiveUnionTestRecord) SetBytes(v []byte)
- func (r *PrimitiveUnionTestRecord) SetDefault(i int)
- func (_ *PrimitiveUnionTestRecord) SetDouble(v float64)
- func (_ *PrimitiveUnionTestRecord) SetFloat(v float32)
- func (_ *PrimitiveUnionTestRecord) SetInt(v int32)
- func (_ *PrimitiveUnionTestRecord) SetLong(v int64)
- func (_ *PrimitiveUnionTestRecord) SetString(v string)
- func (_ *PrimitiveUnionTestRecord) SetUnionElem(v int64)
- type UnionStringLongIntFloatDoubleNull
- func (_ *UnionStringLongIntFloatDoubleNull) AppendArray() types.Field
- func (_ *UnionStringLongIntFloatDoubleNull) AppendMap(key string) types.Field
- func (r *UnionStringLongIntFloatDoubleNull) Clear(i int)
- func (_ *UnionStringLongIntFloatDoubleNull) Finalize()
- func (r *UnionStringLongIntFloatDoubleNull) Get(i int) types.Field
- func (_ *UnionStringLongIntFloatDoubleNull) SetBoolean(v bool)
- func (_ *UnionStringLongIntFloatDoubleNull) SetBytes(v []byte)
- func (_ *UnionStringLongIntFloatDoubleNull) SetDefault(i int)
- func (_ *UnionStringLongIntFloatDoubleNull) SetDouble(v float64)
- func (_ *UnionStringLongIntFloatDoubleNull) SetFloat(v float32)
- func (_ *UnionStringLongIntFloatDoubleNull) SetInt(v int32)
- func (r *UnionStringLongIntFloatDoubleNull) SetLong(v int64)
- func (_ *UnionStringLongIntFloatDoubleNull) SetString(v string)
- type UnionStringLongIntFloatDoubleNullTypeEnum
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PrimitiveUnionTestRecord ¶
type PrimitiveUnionTestRecord struct {
UnionField *UnionStringLongIntFloatDoubleNull
}
func DeserializePrimitiveUnionTestRecord ¶
func DeserializePrimitiveUnionTestRecord(r io.Reader) (t PrimitiveUnionTestRecord, err error)
func DeserializePrimitiveUnionTestRecordFromSchema ¶
func DeserializePrimitiveUnionTestRecordFromSchema(r io.Reader, schema string) (t PrimitiveUnionTestRecord, err error)
func (*PrimitiveUnionTestRecord) AppendArray ¶
func (_ *PrimitiveUnionTestRecord) AppendArray() types.Field
func (*PrimitiveUnionTestRecord) AppendMap ¶
func (_ *PrimitiveUnionTestRecord) AppendMap(key string) types.Field
func (*PrimitiveUnionTestRecord) Clear ¶
func (r *PrimitiveUnionTestRecord) Clear(i int)
func (*PrimitiveUnionTestRecord) Finalize ¶
func (_ *PrimitiveUnionTestRecord) Finalize()
func (PrimitiveUnionTestRecord) Schema ¶
func (r PrimitiveUnionTestRecord) Schema() string
func (PrimitiveUnionTestRecord) SchemaName ¶
func (r PrimitiveUnionTestRecord) SchemaName() string
func (PrimitiveUnionTestRecord) Serialize ¶
func (r PrimitiveUnionTestRecord) Serialize(w io.Writer) error
func (*PrimitiveUnionTestRecord) SetBoolean ¶
func (_ *PrimitiveUnionTestRecord) SetBoolean(v bool)
func (*PrimitiveUnionTestRecord) SetBytes ¶
func (_ *PrimitiveUnionTestRecord) SetBytes(v []byte)
func (*PrimitiveUnionTestRecord) SetDefault ¶
func (r *PrimitiveUnionTestRecord) SetDefault(i int)
func (*PrimitiveUnionTestRecord) SetDouble ¶
func (_ *PrimitiveUnionTestRecord) SetDouble(v float64)
func (*PrimitiveUnionTestRecord) SetFloat ¶
func (_ *PrimitiveUnionTestRecord) SetFloat(v float32)
func (*PrimitiveUnionTestRecord) SetInt ¶
func (_ *PrimitiveUnionTestRecord) SetInt(v int32)
func (*PrimitiveUnionTestRecord) SetLong ¶
func (_ *PrimitiveUnionTestRecord) SetLong(v int64)
func (*PrimitiveUnionTestRecord) SetString ¶
func (_ *PrimitiveUnionTestRecord) SetString(v string)
func (*PrimitiveUnionTestRecord) SetUnionElem ¶
func (_ *PrimitiveUnionTestRecord) SetUnionElem(v int64)
type UnionStringLongIntFloatDoubleNull ¶
type UnionStringLongIntFloatDoubleNull struct { String string Long int64 Int int32 Float float32 Double float64 UnionType UnionStringLongIntFloatDoubleNullTypeEnum }
func (*UnionStringLongIntFloatDoubleNull) AppendArray ¶
func (_ *UnionStringLongIntFloatDoubleNull) AppendArray() types.Field
func (*UnionStringLongIntFloatDoubleNull) AppendMap ¶
func (_ *UnionStringLongIntFloatDoubleNull) AppendMap(key string) types.Field
func (*UnionStringLongIntFloatDoubleNull) Clear ¶
func (r *UnionStringLongIntFloatDoubleNull) Clear(i int)
func (*UnionStringLongIntFloatDoubleNull) Finalize ¶
func (_ *UnionStringLongIntFloatDoubleNull) Finalize()
func (*UnionStringLongIntFloatDoubleNull) Get ¶
func (r *UnionStringLongIntFloatDoubleNull) Get(i int) types.Field
func (*UnionStringLongIntFloatDoubleNull) SetBoolean ¶
func (_ *UnionStringLongIntFloatDoubleNull) SetBoolean(v bool)
func (*UnionStringLongIntFloatDoubleNull) SetBytes ¶
func (_ *UnionStringLongIntFloatDoubleNull) SetBytes(v []byte)
func (*UnionStringLongIntFloatDoubleNull) SetDefault ¶
func (_ *UnionStringLongIntFloatDoubleNull) SetDefault(i int)
func (*UnionStringLongIntFloatDoubleNull) SetDouble ¶
func (_ *UnionStringLongIntFloatDoubleNull) SetDouble(v float64)
func (*UnionStringLongIntFloatDoubleNull) SetFloat ¶
func (_ *UnionStringLongIntFloatDoubleNull) SetFloat(v float32)
func (*UnionStringLongIntFloatDoubleNull) SetInt ¶
func (_ *UnionStringLongIntFloatDoubleNull) SetInt(v int32)
func (*UnionStringLongIntFloatDoubleNull) SetLong ¶
func (r *UnionStringLongIntFloatDoubleNull) SetLong(v int64)
func (*UnionStringLongIntFloatDoubleNull) SetString ¶
func (_ *UnionStringLongIntFloatDoubleNull) SetString(v string)
type UnionStringLongIntFloatDoubleNullTypeEnum ¶
type UnionStringLongIntFloatDoubleNullTypeEnum int
const ( UnionStringLongIntFloatDoubleNullTypeEnumString UnionStringLongIntFloatDoubleNullTypeEnum = 0 UnionStringLongIntFloatDoubleNullTypeEnumLong UnionStringLongIntFloatDoubleNullTypeEnum = 1 UnionStringLongIntFloatDoubleNullTypeEnumInt UnionStringLongIntFloatDoubleNullTypeEnum = 2 UnionStringLongIntFloatDoubleNullTypeEnumFloat UnionStringLongIntFloatDoubleNullTypeEnum = 3 UnionStringLongIntFloatDoubleNullTypeEnumDouble UnionStringLongIntFloatDoubleNullTypeEnum = 4 )
Click to show internal directories.
Click to hide internal directories.