cmd: add/remove route
This commit is contained in:
@@ -33,7 +33,8 @@ type PlanetReport struct {
|
||||
}
|
||||
|
||||
type Planet struct {
|
||||
Owner uuid.UUID `json:"owner"` // FIXME: nil value when no owner
|
||||
Owner uuid.UUID `json:"owner"` // FIXME: nil value when no owner
|
||||
Route map[RouteType]uint `json:"route"`
|
||||
PlanetReport
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user