Documentation
¶
Overview ¶
Package bytes helps to represent human-readable size values in JSON.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Bytes ¶
type Bytes struct {
Value uint64
}
Bytes helps to represent human-readable size values in JSON.
func (Bytes) MarshalJSON ¶
MarshalJSON - JSON serializer.
func (*Bytes) UnmarshalJSON ¶
UnmarshalJSON - JSON deserializer.
Click to show internal directories.
Click to hide internal directories.