Documentation ¶
Index ¶
- Constants
- func MarshalBinary(o interface{}) ([]byte, error)
- func MarshalJSON(o interface{}) ([]byte, error)
- func RegisterInterface(o interface{}, ctypes ...ConcreteType) *wire.TypeInfo
- func UnmarshalBinary(bz []byte, ptr interface{}) error
- func UnmarshalJSON(jsonBz []byte, ptr interface{}) error
- type ConcreteType
Constants ¶
View Source
const RFC3339Millis = wire.RFC3339Millis
Variables ¶
This section is empty.
Functions ¶
func MarshalBinary ¶
func MarshalJSON ¶
func RegisterInterface ¶
func RegisterInterface(o interface{}, ctypes ...ConcreteType) *wire.TypeInfo
func UnmarshalBinary ¶
func UnmarshalJSON ¶
Types ¶
type ConcreteType ¶
type ConcreteType = wire.ConcreteType
Click to show internal directories.
Click to hide internal directories.