google.golang.org/grpc.serverOptions.chainUnaryInts (field)

5 uses

	google.golang.org/grpc (current package)
		server.go#L130: 	chainUnaryInts        []UnaryServerInterceptor
		server.go#L342: 		o.chainUnaryInts = append(o.chainUnaryInts, interceptors...)
		server.go#L1009: 	interceptors := s.opts.chainUnaryInts
		server.go#L1011: 		interceptors = append([]UnaryServerInterceptor{s.opts.unaryInt}, s.opts.chainUnaryInts...)