//
pkg.gl
Category
github.com/apache/pulsar-client-go
oauth2
clock
package
0.14.0
Repository:
https://github.com/apache/pulsar-client-go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
1
Dependents
20
Files
49 SLOC
#
Packages
testing
No description provided by the author
#
Structs
RealClock
RealClock really calls time.Now().
#
Interfaces
Clock
Clock allows for injecting fake or real clocks into code that needs to do arbitrary things based on time.
Timer
Timer allows for injecting fake or real timers into code that needs to do arbitrary things based on time.