Files
openlan/pkg/schema/worker.go
2022-07-29 23:38:54 +08:00

9 lines
170 B
Go
Executable File

package schema
type Worker struct {
Uptime int64 `json:"uptime"`
UUID string `json:"uuid"`
Alias string `json:"alias"`
Protocol string `json:"protocol"`
}