google.golang.org/grpc.dialOptions.unaryInt (field)
7 uses
google.golang.org/grpc (current package)
call.go#L34: if cc.dopts.unaryInt != nil {
call.go#L35: return cc.dopts.unaryInt(ctx, method, args, reply, cc, invoke, opts...)
clientconn.go#L349: if cc.dopts.unaryInt != nil {
clientconn.go#L350: interceptors = append([]UnaryClientInterceptor{cc.dopts.unaryInt}, interceptors...)
clientconn.go#L362: cc.dopts.unaryInt = chainedInt
dialoptions.go#L42: unaryInt UnaryClientInterceptor
dialoptions.go#L437: o.unaryInt = f
![]() |
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. |