chore(runner): add new register command
Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
cce60d466b
commit
a503f7429f
9 changed files with 128 additions and 42 deletions
9
core/runner.go
Normal file
9
core/runner.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package core
|
||||
|
||||
// Runner struct
|
||||
type Runner struct {
|
||||
ID int64 `json:"id"`
|
||||
UUID string `json:"uuid"`
|
||||
Name string `json:"name"`
|
||||
Token string `json:"token"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue