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

Struct loggerBuilder

test/xds/xds_server_rbac_test.go:973–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

971}
972
973type 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
979func (*loggerBuilder) Name() string {
980 return "stat_logger"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected