We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc74ed8 commit 9d9dbafCopy full SHA for 9d9dbaf
options_server.go
@@ -13,7 +13,7 @@ type jsonrpcReverseClient struct{ reflect.Type }
13
14
type ParamDecoder func(ctx context.Context, json []byte) (reflect.Value, error)
15
16
-type MethodNameFormatter func(namespace string, method string) string
+type MethodNameFormatter func(namespace, method string) string
17
18
type ServerConfig struct {
19
maxRequestSize int64
0 commit comments