Documentation
¶
Overview ¶
License: MIT Authors:
- Josep Jesus Bigorra Algaba (@averageflow)
License: MIT Authors:
- Josep Jesus Bigorra Algaba (@averageflow)
License: MIT Authors:
- Josep Jesus Bigorra Algaba (@averageflow)
Index ¶
- Constants
- func DumpResponse(c *gin.Context, responsePayload utils.DumpResponsePayload, body string)
- func GetDetailedLog(db *sql.DB, connection, requestUID string) *sql.Row
- func GetDetailedRequest(db *sql.DB, connection, requestUID string) *sql.Row
- func GetDetailedResponse(db *sql.DB, connection, requestUID string) *sql.Row
- func GetLogs(db *sql.DB, connection string, offset int) *sql.Rows
- func GetRequests(db *sql.DB, connection string, offset int) *sql.Rows
- func SearchLogs(db *sql.DB, connection, searchWildcard string, offset int) *sql.Rows
- func SearchRequests(db *sql.DB, connection, searchWildcard string, offset int) *sql.Rows
- func WriteLogs(message string)
Constants ¶
View Source
const ( MySQL = "mysql" PostgreSQL = "postgres" SQLite = "sqlite3" )
Variables ¶
This section is empty.
Functions ¶
func DumpResponse ¶ added in v1.6.3
func DumpResponse(c *gin.Context, responsePayload utils.DumpResponsePayload, body string)
func GetDetailedRequest ¶
func GetDetailedResponse ¶
func SearchLogs ¶
func SearchRequests ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.