google.golang.org/grpc.serverOptions.chainStreamInts (field)
5 uses
google.golang.org/grpc (current package)
server.go#L131: chainStreamInts []StreamServerInterceptor
server.go#L363: o.chainStreamInts = append(o.chainStreamInts, interceptors...)
server.go#L1290: interceptors := s.opts.chainStreamInts
server.go#L1292: interceptors = append([]StreamServerInterceptor{s.opts.streamInt}, s.opts.chainStreamInts...)
![]() |
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. |