Documentation ¶
Overview ¶
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
- SOURCE:
- fixed-default.avsc
Code generated by github.com/actgardner/gogen-avro. DO NOT EDIT.
- SOURCE:
- fixed-default.avsc
Index ¶
- Constants
- type FixedDefaultTestRecord
- func (_ *FixedDefaultTestRecord) AppendArray() types.Field
- func (_ *FixedDefaultTestRecord) AppendMap(key string) types.Field
- func (_ *FixedDefaultTestRecord) AvroCRC64Fingerprint() []byte
- func (_ *FixedDefaultTestRecord) Finalize()
- func (r *FixedDefaultTestRecord) Get(i int) types.Field
- func (r *FixedDefaultTestRecord) Schema() string
- func (r *FixedDefaultTestRecord) SchemaName() string
- func (r *FixedDefaultTestRecord) Serialize(w io.Writer) error
- func (_ *FixedDefaultTestRecord) SetBoolean(v bool)
- func (_ *FixedDefaultTestRecord) SetBytes(v []byte)
- func (r *FixedDefaultTestRecord) SetDefault(i int)
- func (_ *FixedDefaultTestRecord) SetDouble(v float64)
- func (_ *FixedDefaultTestRecord) SetFloat(v float32)
- func (_ *FixedDefaultTestRecord) SetInt(v int32)
- func (_ *FixedDefaultTestRecord) SetLong(v int64)
- func (_ *FixedDefaultTestRecord) SetString(v string)
- func (_ *FixedDefaultTestRecord) SetUnionElem(v int64)
- type TestFixedDefaultType
- type TestFixedDefaultTypeWrapper
- func (_ *TestFixedDefaultTypeWrapper) AppendArray() types.Field
- func (_ *TestFixedDefaultTypeWrapper) AppendMap(key string) types.Field
- func (_ *TestFixedDefaultTypeWrapper) Finalize()
- func (_ *TestFixedDefaultTypeWrapper) Get(i int) types.Field
- func (_ *TestFixedDefaultTypeWrapper) SetBoolean(v bool)
- func (r *TestFixedDefaultTypeWrapper) SetBytes(v []byte)
- func (_ *TestFixedDefaultTypeWrapper) SetDefault(i int)
- func (_ *TestFixedDefaultTypeWrapper) SetDouble(v float64)
- func (_ *TestFixedDefaultTypeWrapper) SetFloat(v float32)
- func (_ *TestFixedDefaultTypeWrapper) SetInt(v int32)
- func (_ *TestFixedDefaultTypeWrapper) SetLong(v int64)
- func (_ *TestFixedDefaultTypeWrapper) SetString(v string)
- func (_ *TestFixedDefaultTypeWrapper) SetUnionElem(v int64)
Constants ¶
View Source
const FixedDefaultTestRecordAvroCRC64Fingerprint = "\xac\xb5kw\x1eWK\xcf"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FixedDefaultTestRecord ¶
type FixedDefaultTestRecord struct {
FixedField TestFixedDefaultType
}
func DeserializeFixedDefaultTestRecord ¶
func DeserializeFixedDefaultTestRecord(r io.Reader) (*FixedDefaultTestRecord, error)
func DeserializeFixedDefaultTestRecordFromSchema ¶
func DeserializeFixedDefaultTestRecordFromSchema(r io.Reader, schema string) (*FixedDefaultTestRecord, error)
func NewFixedDefaultTestRecord ¶
func NewFixedDefaultTestRecord() *FixedDefaultTestRecord
func (*FixedDefaultTestRecord) AppendArray ¶
func (_ *FixedDefaultTestRecord) AppendArray() types.Field
func (*FixedDefaultTestRecord) AppendMap ¶
func (_ *FixedDefaultTestRecord) AppendMap(key string) types.Field
func (*FixedDefaultTestRecord) AvroCRC64Fingerprint ¶ added in v6.5.0
func (_ *FixedDefaultTestRecord) AvroCRC64Fingerprint() []byte
func (*FixedDefaultTestRecord) Finalize ¶
func (_ *FixedDefaultTestRecord) Finalize()
func (*FixedDefaultTestRecord) Schema ¶
func (r *FixedDefaultTestRecord) Schema() string
func (*FixedDefaultTestRecord) SchemaName ¶
func (r *FixedDefaultTestRecord) SchemaName() string
func (*FixedDefaultTestRecord) Serialize ¶
func (r *FixedDefaultTestRecord) Serialize(w io.Writer) error
func (*FixedDefaultTestRecord) SetBoolean ¶
func (_ *FixedDefaultTestRecord) SetBoolean(v bool)
func (*FixedDefaultTestRecord) SetBytes ¶
func (_ *FixedDefaultTestRecord) SetBytes(v []byte)
func (*FixedDefaultTestRecord) SetDefault ¶
func (r *FixedDefaultTestRecord) SetDefault(i int)
func (*FixedDefaultTestRecord) SetDouble ¶
func (_ *FixedDefaultTestRecord) SetDouble(v float64)
func (*FixedDefaultTestRecord) SetFloat ¶
func (_ *FixedDefaultTestRecord) SetFloat(v float32)
func (*FixedDefaultTestRecord) SetInt ¶
func (_ *FixedDefaultTestRecord) SetInt(v int32)
func (*FixedDefaultTestRecord) SetLong ¶
func (_ *FixedDefaultTestRecord) SetLong(v int64)
func (*FixedDefaultTestRecord) SetString ¶
func (_ *FixedDefaultTestRecord) SetString(v string)
func (*FixedDefaultTestRecord) SetUnionElem ¶
func (_ *FixedDefaultTestRecord) SetUnionElem(v int64)
type TestFixedDefaultType ¶
type TestFixedDefaultType TestFixedDefaultTypeWrapper
type TestFixedDefaultTypeWrapper ¶
type TestFixedDefaultTypeWrapper [12]byte
func (*TestFixedDefaultTypeWrapper) AppendArray ¶
func (_ *TestFixedDefaultTypeWrapper) AppendArray() types.Field
func (*TestFixedDefaultTypeWrapper) AppendMap ¶
func (_ *TestFixedDefaultTypeWrapper) AppendMap(key string) types.Field
func (*TestFixedDefaultTypeWrapper) Finalize ¶
func (_ *TestFixedDefaultTypeWrapper) Finalize()
func (*TestFixedDefaultTypeWrapper) Get ¶
func (_ *TestFixedDefaultTypeWrapper) Get(i int) types.Field
func (*TestFixedDefaultTypeWrapper) SetBoolean ¶
func (_ *TestFixedDefaultTypeWrapper) SetBoolean(v bool)
func (*TestFixedDefaultTypeWrapper) SetBytes ¶
func (r *TestFixedDefaultTypeWrapper) SetBytes(v []byte)
func (*TestFixedDefaultTypeWrapper) SetDefault ¶
func (_ *TestFixedDefaultTypeWrapper) SetDefault(i int)
func (*TestFixedDefaultTypeWrapper) SetDouble ¶
func (_ *TestFixedDefaultTypeWrapper) SetDouble(v float64)
func (*TestFixedDefaultTypeWrapper) SetFloat ¶
func (_ *TestFixedDefaultTypeWrapper) SetFloat(v float32)
func (*TestFixedDefaultTypeWrapper) SetInt ¶
func (_ *TestFixedDefaultTypeWrapper) SetInt(v int32)
func (*TestFixedDefaultTypeWrapper) SetLong ¶
func (_ *TestFixedDefaultTypeWrapper) SetLong(v int64)
func (*TestFixedDefaultTypeWrapper) SetString ¶
func (_ *TestFixedDefaultTypeWrapper) SetString(v string)
func (*TestFixedDefaultTypeWrapper) SetUnionElem ¶
func (_ *TestFixedDefaultTypeWrapper) SetUnionElem(v int64)
Click to show internal directories.
Click to hide internal directories.