mirror of
https://github.com/luscis/openlan.git
synced 2025-10-05 16:47:11 +08:00
9 lines
170 B
Go
Executable File
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"`
|
|
}
|