timex

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TimeInterface

type TimeInterface interface {
	Millisecond() int64
	UtcNow() time.Time
}

this is presented as an interface, allowing us to mock the value during tests.

var (
	TimeUtil TimeInterface
)

type Timer

type Timer struct{}

func (*Timer) Millisecond

func (tt *Timer) Millisecond() int64

func (*Timer) UtcNow

func (tt *Timer) UtcNow() time.Time

Jump to

Keyboard shortcuts

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