Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DurationString ¶
DurationString returns string representation of dur.
Types ¶
type Bind ¶
type Bind struct { Host string // contains filtered or unexported fields }
type Delay ¶
type Delay struct { time.Duration Above *time.Duration // optional Below *time.Duration // optional }
func (Delay) MarshalJSON ¶
MarshalJSON is for encoding/json marshaling into Delay string representation
type DelayBounds ¶
type DelayBounds struct{ Max, Min Delay }
Click to show internal directories.
Click to hide internal directories.