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...)