Files
act_runner/core/runner.go
2022-11-24 15:37:36 +08:00

10 lines
165 B
Go

package core
// Runner struct
type Runner struct {
ID int64 `json:"id"`
UUID string `json:"uuid"`
Name string `json:"name"`
Token string `json:"token"`
}