(context.Context, *api.CreateTaskRequest)
| 34 | type TaskServiceClient interface { |
| 35 | State(context.Context, *api.StateRequest) (*api.StateResponse, error) |
| 36 | Create(context.Context, *api.CreateTaskRequest) (*api.CreateTaskResponse, error) |
| 37 | Start(context.Context, *api.StartRequest) (*api.StartResponse, error) |
| 38 | Delete(context.Context, *api.DeleteRequest) (*api.DeleteResponse, error) |
| 39 | Pids(context.Context, *api.PidsRequest) (*api.PidsResponse, error) |
no outgoing calls