package
0.0.0-20240812175911-d4e0fdc5c007
Repository: https://github.com/saver89/microservices_chat-server.git
Documentation: pkg.go.dev

# Packages

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

# Structs

Query is the query struct.

# Interfaces

Client is the client interface.
DB is the database interface.
NamedExecer is the interface for executing named queries.
Pinger is the interface for pinging the database.
QueryExecer is the interface for executing queries.
SQLExecer is the interface for executing SQL queries.
Transactor is the interface for transactions.
TxManager is the transaction manager interface.

# Type aliases

Handler is the handler function.