Versions in this module Expand all Collapse all v1 v1.0.1 Apr 25, 2023 Changes in this version + func Setup(db *gorm.DB, _ string) *casbin.SyncedEnforcer + type Logger struct + func (l *Logger) EnableLog(enable bool) + func (l *Logger) IsEnabled() bool + func (l *Logger) LogEnforce(matcher string, request []interface{}, result bool, explains [][]string) + func (l *Logger) LogModel(model [][]string) + func (l *Logger) LogPolicy(policy map[string][][]string) + func (l *Logger) LogRole(roles []string)