Documentation ¶
Overview ¶
Code generated by github.com/actgardner/gogen-avro/v7. DO NOT EDIT.
- SOURCE:
- recursive.avsc
Code generated by github.com/actgardner/gogen-avro/v7. DO NOT EDIT.
- SOURCE:
- recursive.avsc
Index ¶
- Constants
- type RecursiveUnionTestRecord
- func (_ *RecursiveUnionTestRecord) AppendArray() types.Field
- func (_ *RecursiveUnionTestRecord) AppendMap(key string) types.Field
- func (_ *RecursiveUnionTestRecord) AvroCRC64Fingerprint() []byte
- func (_ *RecursiveUnionTestRecord) Finalize()
- func (r *RecursiveUnionTestRecord) Get(i int) types.Field
- func (r *RecursiveUnionTestRecord) NullField(i int)
- func (r *RecursiveUnionTestRecord) Schema() string
- func (r *RecursiveUnionTestRecord) SchemaName() string
- func (r *RecursiveUnionTestRecord) Serialize(w io.Writer) error
- func (_ *RecursiveUnionTestRecord) SetBoolean(v bool)
- func (_ *RecursiveUnionTestRecord) SetBytes(v []byte)
- func (r *RecursiveUnionTestRecord) SetDefault(i int)
- func (_ *RecursiveUnionTestRecord) SetDouble(v float64)
- func (_ *RecursiveUnionTestRecord) SetFloat(v float32)
- func (_ *RecursiveUnionTestRecord) SetInt(v int32)
- func (_ *RecursiveUnionTestRecord) SetLong(v int64)
- func (_ *RecursiveUnionTestRecord) SetString(v string)
- func (_ *RecursiveUnionTestRecord) SetUnionElem(v int64)
- type UnionNullRecursiveUnionTestRecord
- func (_ *UnionNullRecursiveUnionTestRecord) AppendArray() types.Field
- func (_ *UnionNullRecursiveUnionTestRecord) AppendMap(key string) types.Field
- func (_ *UnionNullRecursiveUnionTestRecord) Finalize()
- func (r *UnionNullRecursiveUnionTestRecord) Get(i int) types.Field
- func (r *UnionNullRecursiveUnionTestRecord) MarshalJSON() ([]byte, error)
- func (_ *UnionNullRecursiveUnionTestRecord) NullField(i int)
- func (_ *UnionNullRecursiveUnionTestRecord) SetBoolean(v bool)
- func (_ *UnionNullRecursiveUnionTestRecord) SetBytes(v []byte)
- func (_ *UnionNullRecursiveUnionTestRecord) SetDefault(i int)
- func (_ *UnionNullRecursiveUnionTestRecord) SetDouble(v float64)
- func (_ *UnionNullRecursiveUnionTestRecord) SetFloat(v float32)
- func (_ *UnionNullRecursiveUnionTestRecord) SetInt(v int32)
- func (r *UnionNullRecursiveUnionTestRecord) SetLong(v int64)
- func (_ *UnionNullRecursiveUnionTestRecord) SetString(v string)
- func (r *UnionNullRecursiveUnionTestRecord) UnmarshalJSON(data []byte) error
- type UnionNullRecursiveUnionTestRecordTypeEnum
Constants ¶
View Source
const RecursiveUnionTestRecordAvroCRC64Fingerprint = "\xc6U)C\v\x8a\xa6\x89"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RecursiveUnionTestRecord ¶
type RecursiveUnionTestRecord struct {
RecursiveField *UnionNullRecursiveUnionTestRecord `json:"RecursiveField"`
}
func DeserializeRecursiveUnionTestRecord ¶
func DeserializeRecursiveUnionTestRecord(r io.Reader) (*RecursiveUnionTestRecord, error)
func DeserializeRecursiveUnionTestRecordFromSchema ¶
func DeserializeRecursiveUnionTestRecordFromSchema(r io.Reader, schema string) (*RecursiveUnionTestRecord, error)
func NewRecursiveUnionTestRecord ¶
func NewRecursiveUnionTestRecord() *RecursiveUnionTestRecord
func (*RecursiveUnionTestRecord) AppendArray ¶
func (_ *RecursiveUnionTestRecord) AppendArray() types.Field
func (*RecursiveUnionTestRecord) AppendMap ¶
func (_ *RecursiveUnionTestRecord) AppendMap(key string) types.Field
func (*RecursiveUnionTestRecord) AvroCRC64Fingerprint ¶
func (_ *RecursiveUnionTestRecord) AvroCRC64Fingerprint() []byte
func (*RecursiveUnionTestRecord) Finalize ¶
func (_ *RecursiveUnionTestRecord) Finalize()
func (*RecursiveUnionTestRecord) NullField ¶
func (r *RecursiveUnionTestRecord) NullField(i int)
func (*RecursiveUnionTestRecord) Schema ¶
func (r *RecursiveUnionTestRecord) Schema() string
func (*RecursiveUnionTestRecord) SchemaName ¶
func (r *RecursiveUnionTestRecord) SchemaName() string
func (*RecursiveUnionTestRecord) Serialize ¶
func (r *RecursiveUnionTestRecord) Serialize(w io.Writer) error
func (*RecursiveUnionTestRecord) SetBoolean ¶
func (_ *RecursiveUnionTestRecord) SetBoolean(v bool)
func (*RecursiveUnionTestRecord) SetBytes ¶
func (_ *RecursiveUnionTestRecord) SetBytes(v []byte)
func (*RecursiveUnionTestRecord) SetDefault ¶
func (r *RecursiveUnionTestRecord) SetDefault(i int)
func (*RecursiveUnionTestRecord) SetDouble ¶
func (_ *RecursiveUnionTestRecord) SetDouble(v float64)
func (*RecursiveUnionTestRecord) SetFloat ¶
func (_ *RecursiveUnionTestRecord) SetFloat(v float32)
func (*RecursiveUnionTestRecord) SetInt ¶
func (_ *RecursiveUnionTestRecord) SetInt(v int32)
func (*RecursiveUnionTestRecord) SetLong ¶
func (_ *RecursiveUnionTestRecord) SetLong(v int64)
func (*RecursiveUnionTestRecord) SetString ¶
func (_ *RecursiveUnionTestRecord) SetString(v string)
func (*RecursiveUnionTestRecord) SetUnionElem ¶
func (_ *RecursiveUnionTestRecord) SetUnionElem(v int64)
type UnionNullRecursiveUnionTestRecord ¶
type UnionNullRecursiveUnionTestRecord struct { Null *types.NullVal RecursiveUnionTestRecord *RecursiveUnionTestRecord UnionType UnionNullRecursiveUnionTestRecordTypeEnum }
func NewUnionNullRecursiveUnionTestRecord ¶
func NewUnionNullRecursiveUnionTestRecord() *UnionNullRecursiveUnionTestRecord
func (*UnionNullRecursiveUnionTestRecord) AppendArray ¶
func (_ *UnionNullRecursiveUnionTestRecord) AppendArray() types.Field
func (*UnionNullRecursiveUnionTestRecord) AppendMap ¶
func (_ *UnionNullRecursiveUnionTestRecord) AppendMap(key string) types.Field
func (*UnionNullRecursiveUnionTestRecord) Finalize ¶
func (_ *UnionNullRecursiveUnionTestRecord) Finalize()
func (*UnionNullRecursiveUnionTestRecord) Get ¶
func (r *UnionNullRecursiveUnionTestRecord) Get(i int) types.Field
func (*UnionNullRecursiveUnionTestRecord) MarshalJSON ¶
func (r *UnionNullRecursiveUnionTestRecord) MarshalJSON() ([]byte, error)
func (*UnionNullRecursiveUnionTestRecord) NullField ¶
func (_ *UnionNullRecursiveUnionTestRecord) NullField(i int)
func (*UnionNullRecursiveUnionTestRecord) SetBoolean ¶
func (_ *UnionNullRecursiveUnionTestRecord) SetBoolean(v bool)
func (*UnionNullRecursiveUnionTestRecord) SetBytes ¶
func (_ *UnionNullRecursiveUnionTestRecord) SetBytes(v []byte)
func (*UnionNullRecursiveUnionTestRecord) SetDefault ¶
func (_ *UnionNullRecursiveUnionTestRecord) SetDefault(i int)
func (*UnionNullRecursiveUnionTestRecord) SetDouble ¶
func (_ *UnionNullRecursiveUnionTestRecord) SetDouble(v float64)
func (*UnionNullRecursiveUnionTestRecord) SetFloat ¶
func (_ *UnionNullRecursiveUnionTestRecord) SetFloat(v float32)
func (*UnionNullRecursiveUnionTestRecord) SetInt ¶
func (_ *UnionNullRecursiveUnionTestRecord) SetInt(v int32)
func (*UnionNullRecursiveUnionTestRecord) SetLong ¶
func (r *UnionNullRecursiveUnionTestRecord) SetLong(v int64)
func (*UnionNullRecursiveUnionTestRecord) SetString ¶
func (_ *UnionNullRecursiveUnionTestRecord) SetString(v string)
func (*UnionNullRecursiveUnionTestRecord) UnmarshalJSON ¶
func (r *UnionNullRecursiveUnionTestRecord) UnmarshalJSON(data []byte) error
type UnionNullRecursiveUnionTestRecordTypeEnum ¶
type UnionNullRecursiveUnionTestRecordTypeEnum int
const (
UnionNullRecursiveUnionTestRecordTypeEnumRecursiveUnionTestRecord UnionNullRecursiveUnionTestRecordTypeEnum = 1
)
Click to show internal directories.
Click to hide internal directories.