Versions in this module Expand all Collapse all v0 v0.0.25 Jan 2, 2025 v0.0.24 Dec 22, 2024 v0.0.23 Dec 21, 2024 v0.0.22 Dec 20, 2024 v0.0.21 Dec 19, 2024 v0.0.20 Dec 16, 2024 v0.0.19 Dec 15, 2024 v0.0.18 Dec 9, 2024 Changes in this version + type ByteSize int64 + const GB + const KB + const MB + const PB + const TB + func (b *ByteSize) ParseString(s string) error + func (b *ByteSize) UnmarshalJSON(data []byte) error + func (b ByteSize) MarshalJSON() ([]byte, error) + func (b ByteSize) String() string + type Duration struct + func (d *Duration) ParseString(s string) error + func (d *Duration) UnmarshalJSON(b []byte) error + func (d Duration) MarshalJSON() ([]byte, error) + func (d Duration) String() string + type LogLevel string + const LogDebug + const LogError + const LogInfo + const LogWarn + func (l *LogLevel) ParseString(s string) error + func (l *LogLevel) UnmarshalJSON(data []byte) error + func (l LogLevel) MarshalJSON() ([]byte, error) + func (l LogLevel) String() string + type StringList []string + func (l *StringList) ParseString(s string) error + func (l *StringList) UnmarshalJSON(data []byte) error + func (l StringList) MarshalJSON() ([]byte, error) + func (l StringList) String() string + type TCPAddress struct + Host string + Port int + func (a *TCPAddress) ParseString(s string) error + func (a *TCPAddress) UnmarshalJSON(data []byte) error + func (a TCPAddress) MarshalJSON() ([]byte, error) + func (a TCPAddress) NetworkAddress() string + func (a TCPAddress) String() string + type TimeZone struct + func (tz *TimeZone) ParseString(s string) error + func (tz *TimeZone) UnmarshalJSON(data []byte) error + func (tz TimeZone) Location() *time.Location + func (tz TimeZone) MarshalJSON() ([]byte, error) + func (tz TimeZone) String() string