Documentation
¶
Index ¶
- Variables
- func Bool(v bool) *bool
- func Float32(v float32) *float32
- func Float64(v float64) *float64
- func Int32(v int32) *int32
- func Int64(v int64) *int64
- func Marshal(v interface{}) ([]byte, error)
- func Size(v interface{}) int
- func String(v string) *string
- func Uint32(v uint32) *uint32
- func Uint64(v uint64) *uint64
- func Unmarshal(b []byte, v interface{}) error
- type UnmarshalFieldError
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrWireTypeUnknown = errors.New("unknown wire type")
Functions ¶
Types ¶
type UnmarshalFieldError ¶
func (*UnmarshalFieldError) Error ¶
func (e *UnmarshalFieldError) Error() string
func (*UnmarshalFieldError) Unwrap ¶
func (e *UnmarshalFieldError) Unwrap() error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.