(context.Context, *api.KillRequest)
| 41 | Resume(context.Context, *api.ResumeRequest) (*emptypb.Empty, error) |
| 42 | Checkpoint(context.Context, *api.CheckpointTaskRequest) (*emptypb.Empty, error) |
| 43 | Kill(context.Context, *api.KillRequest) (*emptypb.Empty, error) |
| 44 | Exec(context.Context, *api.ExecProcessRequest) (*emptypb.Empty, error) |
| 45 | ResizePty(context.Context, *api.ResizePtyRequest) (*emptypb.Empty, error) |
| 46 | CloseIO(context.Context, *api.CloseIORequest) (*emptypb.Empty, error) |
no outgoing calls