(ctx context.Context, in *Empty, opts ...grpc.CallOption)
| 42 | type NodeServiceClient interface { |
| 43 | Start(ctx context.Context, in *Backend, opts ...grpc.CallOption) (*BaseInfoResponse, error) |
| 44 | Stop(ctx context.Context, in *Empty, opts ...grpc.CallOption) (*Empty, error) |
| 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) |
no outgoing calls