package
0.1.0
Repository: https://github.com/changsongl/delay-queue.git
Documentation: pkg.go.dev

# Functions

Get a job entity before load all information from storage.
LoadVersion load version from a string.
New return a job with everything init.
NewNameVersion create new name version object.
NewNameVersionString convert string to name version.
NewVersion create a new version.

# Structs

Job job for delay queue.
Version job version, it is a time object.

# Interfaces

Empty interface.

# Type aliases

Body job body.
Delay job delay time.
ID job ID.
NameVersion name version, combination of topic, id and version.
Topic job topic.
TTR job time to run.