Home | History | Annotate | Download | only in grpc

Lines Matching refs:ServiceInfo

430 // ServiceInfo contains unary RPC method info, streaming RPC method info and metadata for a service.
431 type ServiceInfo struct {
437 // GetServiceInfo returns a map from service names to ServiceInfo.
439 func (s *Server) GetServiceInfo() map[string]ServiceInfo {
440 ret := make(map[string]ServiceInfo)
458 ret[n] = ServiceInfo{