| 971 | } |
| 972 | |
| 973 | type loggerBuilder struct { |
| 974 | mu sync.Mutex |
| 975 | authzDecisionStat map[bool]int // Map to hold counts of authorization decisions |
| 976 | lastEvent *audit.Event // Field to store last received event |
| 977 | } |
| 978 | |
| 979 | func (*loggerBuilder) Name() string { |
| 980 | return "stat_logger" |
nothing calls this directly
no outgoing calls
no test coverage detected