Documentation ¶
Index ¶
- type Bytes
- func (t Bytes) Compare(other Bytes) int
- func (t *Bytes) DecodeString(buf string) error
- func (t Bytes) EncodeString() string
- func (t Bytes) Equal(other Bytes) bool
- func (t Bytes) Marshal() ([]byte, error)
- func (t Bytes) MarshalJSON() ([]byte, error)
- func (t *Bytes) MarshalTo(data []byte) (n int, err error)
- func (t Bytes) Size() int
- func (t Bytes) String() string
- func (t *Bytes) Unmarshal(data []byte) error
- func (t *Bytes) UnmarshalJSON(buf []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bytes ¶
type Bytes []byte
func DecodeString ¶ added in v0.0.6
func (*Bytes) DecodeString ¶
func (Bytes) EncodeString ¶
func (Bytes) MarshalJSON ¶
func (*Bytes) UnmarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.