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