wip
This commit is contained in:
committed by
=Michael Hohn
parent
9fc07e8c95
commit
12595077c7
@@ -12,6 +12,9 @@ import (
|
||||
"github.com/hohn/ghes-mirva-server/store"
|
||||
)
|
||||
|
||||
type Commander struct {
|
||||
}
|
||||
|
||||
func StatusResponse(w http.ResponseWriter, js co.JobSpec, ji co.JobInfo, vaid int) {
|
||||
slog.Debug("Submitting status response", "session", vaid)
|
||||
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
package llmem
|
||||
|
||||
type Logger struct {
|
||||
}
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
package lqmem
|
||||
|
||||
type Queue struct {
|
||||
}
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
package lrmem
|
||||
|
||||
type Runner struct {
|
||||
}
|
||||
|
||||
@@ -1 +1,4 @@
|
||||
package lsmem
|
||||
|
||||
type Storage struct {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user