(ctx context.Context, _ *common.Empty)
| 34 | } |
| 35 | |
| 36 | func (s *Service) GetBackendStats(ctx context.Context, _ *common.Empty) (*common.BackendStatsResponse, error) { |
| 37 | return s.Backend().GetSysStats(ctx) |
| 38 | } |
| 39 | |
| 40 | func (s *Service) GetOutboundsLatency(ctx context.Context, request *common.LatencyRequest) (*common.LatencyResponse, error) { |
| 41 | return s.OutboundsLatency(ctx, request) |
nothing calls this directly
no test coverage detected