package
Version:
v0.2.5
Opens a new window with list of versions in this module.
Published: Apr 16, 2021
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type APILogger interface {
LogStart(logType string, request interface{})
LogError(message string, response interface{})
LogSuccess(response interface{})
}
func (l *DBLog) LogError(message string, response interface{})
func (l *DBLog) LogStart(logType string, request interface{})
func (l *DBLog) LogSuccess(response interface{})
type LogEntity interface {
orm.Entity
SetID(value uint64)
SetType(value string)
SetStatus(value string)
SetRequest(value interface{})
SetResponse(value interface{})
SetMessage(value string)
SetCreatedAt(value time.Time)
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.