package
0.0.0-20240326162802-e1fe0f512cdf
Repository: https://github.com/sysleec/auth.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Query wrapper for query having name and raw query Name can be used for logging, for example.

# Interfaces

Client for working with DB.
DB interface for working with DB.
NamedExecer interface for working with named queries.
Pinger interface for checking connection to DB.
QueryExecer interface for working with usual queries.
SQLExecer combines NamedExecer and QueryExecer.
Transactor interface for working with transactions.
TxManager a transaction manager that executes a user-specified handler in a transaction.

# Type aliases

Handler - handler for transaction.