mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
change data center id from integer to string
This commit is contained in:
parent
9b4ce65882
commit
869a6711bc
|
@ -2,7 +2,7 @@ package topology
|
|||
|
||||
import ()
|
||||
|
||||
type DataCenterId uint32
|
||||
type DataCenterId string
|
||||
type DataCenter struct {
|
||||
Id DataCenterId
|
||||
racks map[RackId]*Rack
|
||||
|
|
Loading…
Reference in a new issue