time

package
v1.8.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Duration

type Duration struct {
	time.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

func (d *Duration) ToDuration() time.Duration

ToDuration converts our custom Duration to the equivalent `time.Duration`

func (*Duration) UnmarshalText

func (d *Duration) UnmarshalText(text []byte) error

UnmarshalText deserializes the text byte array into a native Duration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL