package
0.14.0
Repository: https://github.com/apache/pulsar-client-go.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Structs

RealClock really calls time.Now().

# Interfaces

Clock allows for injecting fake or real clocks into code that needs to do arbitrary things based on time.
Timer allows for injecting fake or real timers into code that needs to do arbitrary things based on time.