Documentation
¶
Index ¶
- type Size
- func (s Size) BString() string
- func (s Size) Bytes() uint64
- func (s Size) EB() float64
- func (s Size) EBString() string
- func (s Size) GB() float64
- func (s Size) GBString() string
- func (s Size) KB() float64
- func (s Size) KBString() string
- func (s Size) MB() float64
- func (s Size) MBString() string
- func (s Size) PB() float64
- func (s Size) PBString() string
- func (s Size) String() string
- func (s Size) TB() float64
- func (s Size) TBString() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Size ¶
type Size uint64
Size is a size type
Click to show internal directories.
Click to hide internal directories.