clock

package
v0.33.1 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2022 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 Clock

type Clock interface {
	Now() time.Time
	Since(t time.Time) time.Duration
}

Clock provides functions to get the current time and the duration of time elapsed since the current time

type RealClock

type RealClock struct{}

RealClock implements Clock based on the actual time

func (RealClock) Now

func (RealClock) Now() time.Time

Now returns the current time

func (RealClock) Since

func (RealClock) Since(t time.Time) time.Duration

Since returns the duration of time elapsed since the current time

Jump to

Keyboard shortcuts

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