Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnpaddedBytes ¶
type UnpaddedBytes []byte
UnpaddedBytes is a byte slice that is encoded and decoded using base64.RawStdEncoding instead of the default padded base64.
func (UnpaddedBytes) MarshalJSON ¶
func (b UnpaddedBytes) MarshalJSON() ([]byte, error)
func (*UnpaddedBytes) UnmarshalJSON ¶
func (b *UnpaddedBytes) UnmarshalJSON(data []byte) error
Click to show internal directories.
Click to hide internal directories.