onLogAfterEventInSavePolicy finalizes logging for SavePolicy operation.
(logEntry *log.LogEntry)
| 90 | |
| 91 | // onLogAfterEventInSavePolicy finalizes logging for SavePolicy operation. |
| 92 | func (e *Enforcer) onLogAfterEventInSavePolicy(logEntry *log.LogEntry) { |
| 93 | e.onLogAfterEvent(logEntry) |
| 94 | } |
| 95 | |
| 96 | // createEnforceLogEntry creates a log entry for enforce events with subject, object, action, and domain extracted from rvals. |
| 97 | func (e *Enforcer) createEnforceLogEntry(rvals []interface{}) *log.LogEntry { |
no test coverage detected