onLogBeforeEventInLoadPolicy initializes logging for LoadPolicy operation.
()
| 64 | |
| 65 | // onLogBeforeEventInLoadPolicy initializes logging for LoadPolicy operation. |
| 66 | func (e *Enforcer) onLogBeforeEventInLoadPolicy() *log.LogEntry { |
| 67 | return e.onLogBeforeEvent(log.EventLoadPolicy) |
| 68 | } |
| 69 | |
| 70 | // onLogAfterEventInLoadPolicy finalizes logging for LoadPolicy operation with rule count. |
| 71 | func (e *Enforcer) onLogAfterEventInLoadPolicy(logEntry *log.LogEntry, newModel model.Model) { |
no test coverage detected