clock

package
v2.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2016 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package clock provides the Clock interface for getting the current time

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clock

type Clock interface {
	// Now returns the current time
	Now() time.Time
}

Clock provides an interface to the current time, useful for testing

func New

func New() Clock

New returns an implementation of Clock that uses the system time

type SystemClock

type SystemClock struct{}

SystemClock uses the system clock to return the time

func (SystemClock) Now

func (cl SystemClock) Now() time.Time

Now implements Clock.Now

Jump to

Keyboard shortcuts

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