type google.golang.org/grpc.MethodConfig
7 uses
google.golang.org/grpc (current package)
clientconn.go#L871: func (cc *ClientConn) GetMethodConfig(method string) MethodConfig {
clientconn.go#L876: return MethodConfig{}
service_config.go#L44: type MethodConfig struct {
service_config.go#L98: Methods map[string]MethodConfig
service_config.go#L285: Methods: make(map[string]MethodConfig),
service_config.go#L312: mc := MethodConfig{
stream.go#L406: methodConfig *MethodConfig
![]() |
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. |