Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Duration ¶
Duration is a work around to be able to parse values provided in more friendly way, e.g. "4m20s". We have to do this because we use BurntSushi/toml package to parse configuration files. Unfortunately it doesn't support time.Duration out of the box.
func (*Duration) ToDuration ¶
ToDuration converts our custom Duration to the equivalent `time.Duration`
func (*Duration) UnmarshalText ¶
UnmarshalText deserializes the text byte array into a native Duration
Click to show internal directories.
Click to hide internal directories.