(ctx context.Context, in *Empty, opts ...grpc.CallOption)
| 45 | GetBaseInfo(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BaseInfoResponse, error) |
| 46 | GetLogs(ctx context.Context, in *Empty, opts ...grpc.CallOption) (grpc.ServerStreamingClient[Log], error) |
| 47 | GetSystemStats(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*SystemStatsResponse, error) |
| 48 | GetBackendStats(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*BackendStatsResponse, error) |
| 49 | GetStats(ctx context.Context, in *StatRequest, opts ...grpc.CallOption) (*StatResponse, error) |
| 50 | GetOutboundsLatency(ctx context.Context, in *LatencyRequest, opts ...grpc.CallOption) (*LatencyResponse, error) |
no outgoing calls