time

package
v1.7.2 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2021 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
}

We use BurntSushi/toml package to parse configuration file. Unfortunately it doesn't support time.Duration out of the box. Here we introduce a workaround to be able to parse values provided in more friendly way, e.g. "4m20s".

func (*Duration) ToDuration

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

func (*Duration) UnmarshalText

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

Jump to

Keyboard shortcuts

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