Add runner query api

This commit is contained in:
2023-02-24 22:28:07 -07:00
parent 620c20f717
commit 62b4e8f17e
4 changed files with 148 additions and 5 deletions
+3 -3
View File
@@ -74,7 +74,7 @@ type CommandExecution struct {
}
type Runner struct {
Id uuid.UUID
Name string
Secret string
Id uuid.UUID
Name string
Token string
}