adding topology related types

This commit is contained in:
Chris Lu
2012-08-23 22:33:37 -07:00
parent 31e4dbfe38
commit 03f4c0b832
5 changed files with 41 additions and 18 deletions

View File

@@ -0,0 +1,9 @@
package topology
import (
)
type Topology struct {
datacenters map[DataCenterId]*DataCenter
}