package
Version:
v0.0.0-...-54f6014
Opens a new window with list of versions in this module.
Published: Nov 21, 2022
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
GetConnection opens a new connection pool
type DB struct {
DB *sql.DB
}
DB struct contains the SQL database object
type Message struct {
Message string `json:"message"`
}
Message struct
type Model struct {
Message Message `json:"message"`
}
Model struct
Source Files
¶
Click to show internal directories.
Click to hide internal directories.