mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-24 16:53:14 +08:00
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