1
0
mirror of https://github.com/newnius/YAO-scheduler.git synced 2025-12-16 08:26:44 +00:00
This commit is contained in:
2020-04-11 11:38:04 +08:00
parent 7ed56468fd
commit 11aded3427
6 changed files with 55 additions and 0 deletions

View File

@@ -24,4 +24,8 @@ type Scheduler interface {
ListJobs() MsgJobList
Summary() MsgSummary
Attach(GPU string, job string)
Detach(GPU string, job string)
}