Documentation
¶
Index ¶
Constants ¶
View Source
const ( Second Period = 1 Minute = 60 * Second Hour = 60 * Minute Day = 24 * Hour )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Period ¶
type Period int64 // seconds
duration
func ParsePeriod ¶
func PeriodByDuration ¶
func (Period) MarshalText ¶
func (*Period) UnmarshalText ¶
Click to show internal directories.
Click to hide internal directories.