Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IAPILogger ¶ added in v0.8.78
type IAPILogger interface { LogStart(ormService *beeorm.Engine, logType string, request interface{}) LogError(ormService *beeorm.Engine, message string, response interface{}) LogSuccess(ormService *beeorm.Engine, response interface{}) }
func NewMysqlAPILogger ¶ added in v0.8.78
func NewMysqlAPILogger(entity ILogEntity) IAPILogger
Click to show internal directories.
Click to hide internal directories.