Documentation ¶
Overview ¶
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
Index ¶
- type MapOptionalTestRecord
- func (_ *MapOptionalTestRecord) AppendArray() types.Field
- func (_ *MapOptionalTestRecord) AppendMap(key string) types.Field
- func (r *MapOptionalTestRecord) Clear(i int)
- func (_ *MapOptionalTestRecord) Finalize()
- func (r *MapOptionalTestRecord) Get(i int) types.Field
- func (r MapOptionalTestRecord) Schema() string
- func (r MapOptionalTestRecord) SchemaName() string
- func (r MapOptionalTestRecord) Serialize(w io.Writer) error
- func (_ *MapOptionalTestRecord) SetBoolean(v bool)
- func (_ *MapOptionalTestRecord) SetBytes(v []byte)
- func (r *MapOptionalTestRecord) SetDefault(i int)
- func (_ *MapOptionalTestRecord) SetDouble(v float64)
- func (_ *MapOptionalTestRecord) SetFloat(v float32)
- func (_ *MapOptionalTestRecord) SetInt(v int32)
- func (_ *MapOptionalTestRecord) SetLong(v int64)
- func (_ *MapOptionalTestRecord) SetString(v string)
- func (_ *MapOptionalTestRecord) SetUnionElem(v int64)
- type MapUnionNullStringInt
- func (_ *MapUnionNullStringInt) AppendArray() types.Field
- func (r *MapUnionNullStringInt) AppendMap(key string) types.Field
- func (r *MapUnionNullStringInt) Clear(i int)
- func (r *MapUnionNullStringInt) Finalize()
- func (_ *MapUnionNullStringInt) Get(i int) types.Field
- func (_ *MapUnionNullStringInt) SetBoolean(v bool)
- func (_ *MapUnionNullStringInt) SetBytes(v []byte)
- func (_ *MapUnionNullStringInt) SetDefault(i int)
- func (_ *MapUnionNullStringInt) SetDouble(v float64)
- func (_ *MapUnionNullStringInt) SetFloat(v float32)
- func (_ *MapUnionNullStringInt) SetInt(v int32)
- func (_ *MapUnionNullStringInt) SetLong(v int64)
- func (_ *MapUnionNullStringInt) SetString(v string)
- func (_ *MapUnionNullStringInt) SetUnionElem(v int64)
- type UnionNullStringInt
- func (_ *UnionNullStringInt) AppendArray() types.Field
- func (_ *UnionNullStringInt) AppendMap(key string) types.Field
- func (r *UnionNullStringInt) Clear(i int)
- func (_ *UnionNullStringInt) Finalize()
- func (r *UnionNullStringInt) Get(i int) types.Field
- func (_ *UnionNullStringInt) SetBoolean(v bool)
- func (_ *UnionNullStringInt) SetBytes(v []byte)
- func (_ *UnionNullStringInt) SetDefault(i int)
- func (_ *UnionNullStringInt) SetDouble(v float64)
- func (_ *UnionNullStringInt) SetFloat(v float32)
- func (_ *UnionNullStringInt) SetInt(v int32)
- func (r *UnionNullStringInt) SetLong(v int64)
- func (_ *UnionNullStringInt) SetString(v string)
- type UnionNullStringIntTypeEnum
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapOptionalTestRecord ¶
type MapOptionalTestRecord struct {
OptField MapUnionNullStringInt
}
func DeserializeMapOptionalTestRecord ¶
func DeserializeMapOptionalTestRecord(r io.Reader) (t MapOptionalTestRecord, err error)
func DeserializeMapOptionalTestRecordFromSchema ¶
func DeserializeMapOptionalTestRecordFromSchema(r io.Reader, schema string) (t MapOptionalTestRecord, err error)
func (*MapOptionalTestRecord) AppendArray ¶
func (_ *MapOptionalTestRecord) AppendArray() types.Field
func (*MapOptionalTestRecord) AppendMap ¶
func (_ *MapOptionalTestRecord) AppendMap(key string) types.Field
func (*MapOptionalTestRecord) Clear ¶
func (r *MapOptionalTestRecord) Clear(i int)
func (*MapOptionalTestRecord) Finalize ¶
func (_ *MapOptionalTestRecord) Finalize()
func (MapOptionalTestRecord) Schema ¶
func (r MapOptionalTestRecord) Schema() string
func (MapOptionalTestRecord) SchemaName ¶
func (r MapOptionalTestRecord) SchemaName() string
func (MapOptionalTestRecord) Serialize ¶
func (r MapOptionalTestRecord) Serialize(w io.Writer) error
func (*MapOptionalTestRecord) SetBoolean ¶
func (_ *MapOptionalTestRecord) SetBoolean(v bool)
func (*MapOptionalTestRecord) SetBytes ¶
func (_ *MapOptionalTestRecord) SetBytes(v []byte)
func (*MapOptionalTestRecord) SetDefault ¶
func (r *MapOptionalTestRecord) SetDefault(i int)
func (*MapOptionalTestRecord) SetDouble ¶
func (_ *MapOptionalTestRecord) SetDouble(v float64)
func (*MapOptionalTestRecord) SetFloat ¶
func (_ *MapOptionalTestRecord) SetFloat(v float32)
func (*MapOptionalTestRecord) SetInt ¶
func (_ *MapOptionalTestRecord) SetInt(v int32)
func (*MapOptionalTestRecord) SetLong ¶
func (_ *MapOptionalTestRecord) SetLong(v int64)
func (*MapOptionalTestRecord) SetString ¶
func (_ *MapOptionalTestRecord) SetString(v string)
func (*MapOptionalTestRecord) SetUnionElem ¶
func (_ *MapOptionalTestRecord) SetUnionElem(v int64)
type MapUnionNullStringInt ¶
type MapUnionNullStringInt struct { M map[string]*UnionNullStringInt // contains filtered or unexported fields }
func NewMapUnionNullStringInt ¶
func NewMapUnionNullStringInt() MapUnionNullStringInt
func (*MapUnionNullStringInt) AppendArray ¶
func (_ *MapUnionNullStringInt) AppendArray() types.Field
func (*MapUnionNullStringInt) AppendMap ¶
func (r *MapUnionNullStringInt) AppendMap(key string) types.Field
func (*MapUnionNullStringInt) Clear ¶
func (r *MapUnionNullStringInt) Clear(i int)
func (*MapUnionNullStringInt) Finalize ¶
func (r *MapUnionNullStringInt) Finalize()
func (*MapUnionNullStringInt) SetBoolean ¶
func (_ *MapUnionNullStringInt) SetBoolean(v bool)
func (*MapUnionNullStringInt) SetBytes ¶
func (_ *MapUnionNullStringInt) SetBytes(v []byte)
func (*MapUnionNullStringInt) SetDefault ¶
func (_ *MapUnionNullStringInt) SetDefault(i int)
func (*MapUnionNullStringInt) SetDouble ¶
func (_ *MapUnionNullStringInt) SetDouble(v float64)
func (*MapUnionNullStringInt) SetFloat ¶
func (_ *MapUnionNullStringInt) SetFloat(v float32)
func (*MapUnionNullStringInt) SetInt ¶
func (_ *MapUnionNullStringInt) SetInt(v int32)
func (*MapUnionNullStringInt) SetLong ¶
func (_ *MapUnionNullStringInt) SetLong(v int64)
func (*MapUnionNullStringInt) SetString ¶
func (_ *MapUnionNullStringInt) SetString(v string)
func (*MapUnionNullStringInt) SetUnionElem ¶
func (_ *MapUnionNullStringInt) SetUnionElem(v int64)
type UnionNullStringInt ¶
type UnionNullStringInt struct { String string Int int32 UnionType UnionNullStringIntTypeEnum }
func (*UnionNullStringInt) AppendArray ¶
func (_ *UnionNullStringInt) AppendArray() types.Field
func (*UnionNullStringInt) AppendMap ¶
func (_ *UnionNullStringInt) AppendMap(key string) types.Field
func (*UnionNullStringInt) Clear ¶
func (r *UnionNullStringInt) Clear(i int)
func (*UnionNullStringInt) Finalize ¶
func (_ *UnionNullStringInt) Finalize()
func (*UnionNullStringInt) SetBoolean ¶
func (_ *UnionNullStringInt) SetBoolean(v bool)
func (*UnionNullStringInt) SetBytes ¶
func (_ *UnionNullStringInt) SetBytes(v []byte)
func (*UnionNullStringInt) SetDefault ¶
func (_ *UnionNullStringInt) SetDefault(i int)
func (*UnionNullStringInt) SetDouble ¶
func (_ *UnionNullStringInt) SetDouble(v float64)
func (*UnionNullStringInt) SetFloat ¶
func (_ *UnionNullStringInt) SetFloat(v float32)
func (*UnionNullStringInt) SetInt ¶
func (_ *UnionNullStringInt) SetInt(v int32)
func (*UnionNullStringInt) SetLong ¶
func (r *UnionNullStringInt) SetLong(v int64)
func (*UnionNullStringInt) SetString ¶
func (_ *UnionNullStringInt) SetString(v string)
type UnionNullStringIntTypeEnum ¶
type UnionNullStringIntTypeEnum int
const ( UnionNullStringIntTypeEnumString UnionNullStringIntTypeEnum = 1 UnionNullStringIntTypeEnumInt UnionNullStringIntTypeEnum = 2 )
Click to show internal directories.
Click to hide internal directories.