google.golang.org/grpc/internal/binarylog.logger.blacklist (field)
7 uses
google.golang.org/grpc/internal/binarylog (current package)
binarylog.go#L81: blacklist map[string]struct{}
binarylog.go#L117: if _, ok := l.blacklist[method]; ok {
binarylog.go#L132: if _, ok := l.blacklist[method]; ok {
binarylog.go#L138: if l.blacklist == nil {
binarylog.go#L139: l.blacklist = make(map[string]struct{})
binarylog.go#L141: l.blacklist[method] = struct{}{}
binarylog.go#L160: if _, ok := l.blacklist[s+"/"+m]; ok {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |