package
0.0.0-20210601163705-64046f998244
Repository: https://github.com/bots-house/share-file-bot.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
# Variables
ErrTooManyAffectedRows returned when store modifes too many rows.
# Interfaces
Migrator defines generic interface for migrations.
Store define generic interface for database with transaction support.
StoreFactory define interface of factory methods.
StoreMigrator define method for migrations of store.
StoreTx define interface of transactional of store.