Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HumanSize ¶
type HumanSize string
HumanByteSize represents a human-readable byte size.
type Integerer ¶ added in v0.1.21
type Integerer interface {
// ToInt converts the integer to an integer.
ToInt() (int, error)
// ToInt64 converts the integer to an 64 bit integer.
ToInt64() (int64, error)
// ToInt32 converts the integer to an 32 bit integer.
ToInt32() (int32, error)
}
Integerer represents an integer.
Click to show internal directories.
Click to hide internal directories.