Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Bytes = config{1024, []string{"B", "KB", "MB", "GB", "TB", "PB", "EB"}}
Bytes produces human readable representations of byte values in IEC units.
View Source
var Count = config{1000, []string{"", "K", "M", "G", "T", "P", "E"}}
Count produces human readable representations of unitless values in SI units.
Functions ¶
This section is empty.
Types ¶
type FormattedString ¶
type FormattedString string
FormattedString represents a human readable representation of a value. It implements the redact.SafeValue interface to signal that it represents a a string that does not need to be redacted.
func (FormattedString) SafeValue ¶
func (fs FormattedString) SafeValue()
SafeValue implements redact.SafeValue.
func (FormattedString) String ¶
func (fs FormattedString) String() string
String implements fmt.Stringer.
Click to show internal directories.
Click to hide internal directories.