mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-15 20:06:19 +08:00
adding topology related types
This commit is contained in:
9
weed-fs/src/pkg/topology/topology.go
Normal file
9
weed-fs/src/pkg/topology/topology.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package topology
|
||||
|
||||
import (
|
||||
|
||||
)
|
||||
|
||||
type Topology struct {
|
||||
datacenters map[DataCenterId]*DataCenter
|
||||
}
|
Reference in New Issue
Block a user