1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-07-22 17:18:34 +00:00
forgejo-runner/core/runner.go

10 lines
165 B
Go
Raw Normal View History

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