Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckRequiredFields ¶
func IsEnvVarTrue ¶
Types ¶
type FixedClock ¶
func NewFixedClock ¶
func NewFixedClock(nowTime time.Time) *FixedClock
func (*FixedClock) Now ¶
func (c *FixedClock) Now() time.Time
type SystemClock ¶
type SystemClock struct{}
func NewSystemClock ¶
func NewSystemClock() *SystemClock
func (*SystemClock) Now ¶
func (c *SystemClock) Now() time.Time
Click to show internal directories.
Click to hide internal directories.