//
pkg.gl
Category
github.com/touch-head-optimistically/jobqueue
mysql
package
1.3.2
Repository:
https://github.com/touch-head-optimistically/jobqueue.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
2
Files
805 SLOC
#
Functions
NewStore
NewStore initializes a new MySQL-based storage.
SetDebug
SetDebug indicates whether to enable or disable debugging (which will output SQL to the console).
SetTable
SetTable 设置table名.
#
Structs
Job
No description provided by the author
Store
Store represents a persistent MySQL storage implementation.
Table
No description provided by the author
#
Type aliases
StoreOption
StoreOption is an options provider for Store.