var google.golang.org/grpc/balancer.m
4 uses
google.golang.org/grpc/balancer (current package)
balancer.go#L40: m = make(map[string]Builder)
balancer.go#L53: m[strings.ToLower(b.Name())] = b
balancer.go#L61: delete(m, name)
balancer.go#L72: if b, ok := m[strings.ToLower(name)]; 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. |