MCPcopy
hub / github.com/grpc/grpc-go / loggerBuilder

Struct loggerBuilder

authz/audit/audit_logging_test.go:65–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63}
64
65type loggerBuilder struct {
66 authzDecisionStat map[bool]int
67 lastEvent *audit.Event
68}
69
70func (loggerBuilder) Name() string {
71 return "stat_logger"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected