package
0.0.0-20230101183712-202847b4b89b
Repository: https://github.com/corestoreio/csfw.git
Documentation: pkg.go.dev

# Functions

NewRandomTicker returns a pointer to an initialized instance of the RandomTicker.
ParseTimeStrict parses a formatted string and returns the time value it represents.

# Structs

RandomTicker is similar to time.Ticker but ticks at random intervals between the min and max duration values (stored internally as int64 nanosecond counts).