change data center id from integer to string
This commit is contained in:
@@ -2,7 +2,7 @@ package topology
|
||||
|
||||
import ()
|
||||
|
||||
type DataCenterId uint32
|
||||
type DataCenterId string
|
||||
type DataCenter struct {
|
||||
Id DataCenterId
|
||||
racks map[RackId]*Rack
|
||||
|
||||
Reference in New Issue
Block a user