package
Version:
v0.7.6
Opens a new window with list of versions in this module.
Published: May 12, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Count struct {
SequenceName string `bson:"_id"`
Value uint64 `bson:"value"`
}
Count todo
type Service interface {
GetNextSequenceValue(sequenceName string) (*Count, error)
}
Service todo
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.