Documentation ¶
Index ¶
- Constants
- func GetDB() *sql.DB
- func GetDetailedLog(connection, requestUID string) *sql.Row
- func GetDetailedRequest(connection, requestUID string) *sql.Row
- func GetDetailedResponse(connection, requestUID string) *sql.Row
- func GetLogs(connection string, offset int) *sql.Rows
- func GetRequests(connection string, offset int) *sql.Rows
- func SearchLogs(connection, searchWildcard string, offset int) *sql.Rows
- func SearchRequests(connection, searchWildcard string, offset int) *sql.Rows
Constants ¶
View Source
const ( MySQL = "mysql" PostgreSQL = "postgres" SQLite = "sqlite3" )
Variables ¶
This section is empty.
Functions ¶
func GetDetailedLog ¶
func GetDetailedRequest ¶
func GetDetailedResponse ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.