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 *datalayer.ORM, logType string, request interface{})
LogError(ormService *datalayer.ORM, message string, response interface{})
LogSuccess(ormService *datalayer.ORM, response interface{})
}
func NewMysqlAPILogger ¶ added in v0.8.78
func NewMysqlAPILogger(entity ILogEntity) IAPILogger
Click to show internal directories.
Click to hide internal directories.