Documentation ¶
Index ¶
- Variables
- type Inty
- func (Inty) Apply(interface{}) error
- func (z *Inty) DecodeMsg(dc *msgp.Reader) (err error)
- func (z Inty) EncodeMsg(en *msgp.Writer) (err error)
- func (z Inty) MarshalMsg(b []byte) (o []byte, err error)
- func (z Inty) Msgsize() (s int)
- func (i Inty) SignableBytes() []byte
- func (z *Inty) UnmarshalMsg(bts []byte) (o []byte, err error)
- func (Inty) Validate(interface{}) error
- type Stringy
- func (Stringy) Apply(interface{}) error
- func (z *Stringy) DecodeMsg(dc *msgp.Reader) (err error)
- func (z Stringy) EncodeMsg(en *msgp.Writer) (err error)
- func (z Stringy) MarshalMsg(b []byte) (o []byte, err error)
- func (z Stringy) Msgsize() (s int)
- func (s Stringy) SignableBytes() []byte
- func (z *Stringy) UnmarshalMsg(bts []byte) (o []byte, err error)
- func (Stringy) Validate(interface{}) error
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Inty ¶
type Inty struct {
I int
}
func (Inty) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
func (Inty) Msgsize ¶
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
func (Inty) SignableBytes ¶
func (*Inty) UnmarshalMsg ¶
UnmarshalMsg implements msgp.Unmarshaler
type Stringy ¶
type Stringy struct {
S string
}
func (Stringy) MarshalMsg ¶
MarshalMsg implements msgp.Marshaler
func (Stringy) Msgsize ¶
Msgsize returns an upper bound estimate of the number of bytes occupied by the serialized message
func (Stringy) SignableBytes ¶
func (*Stringy) UnmarshalMsg ¶
UnmarshalMsg implements msgp.Unmarshaler
Click to show internal directories.
Click to hide internal directories.