Categorygithub.com/echlebek/timeproxy
modulepackage
1.0.0
Repository: https://github.com/echlebek/timeproxy.git
Documentation: pkg.go.dev

# Functions

After calls TimeProxy.After.
Date calls time.Date.
FixedZone calls time.FixedZone.
LoadLocation calls time.LoadLocation.
LoadLocationFromTZData calls time LoadLocationFromTZData.
NewTicker calls TimeProxy.NewTicker.
NewTimer returns TimeProxy.NewTimer.
Now calls TimeProxy.Now.
Parse calls time.Parse.
ParseDuration calls time.ParseDuration.
ParseInLocation calls time.ParseInLocation.
Since calls TimeProxy.Since.
Sleep calls TimeProxy.Sleep.
Tick calls TimeProxy.Tick.
Unix calls time.Unix.
Until calls TimeProxy.Until.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
RFC1123 with numeric zone.
No description provided by the author
No description provided by the author
No description provided by the author
RFC822 with numeric zone.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
TimeProxy is an interface that maps 1:1 with the standalone functions in this pacakge.
No description provided by the author

# Structs

RealTime dispatches all calls to the stdlib time package.
Ticker is an abstraction of time.Ticker that can be patched more easily.
Timer is an abstraction of time.Timer that can be patched more easily.

# Interfaces

Proxy is a proxy for the time package.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author