mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-20 11:08:03 +08:00
add a note
This commit is contained in:
@@ -22,7 +22,7 @@ type topology struct {
|
|||||||
type Configuration struct {
|
type Configuration struct {
|
||||||
XMLName xml.Name `xml:"Configuration"`
|
XMLName xml.Name `xml:"Configuration"`
|
||||||
Topo topology `xml:"Topology"`
|
Topo topology `xml:"Topology"`
|
||||||
ip2location map[string]loc
|
ip2location map[string]loc // this is not used any more. leave it here for later.
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Configuration) String() string {
|
func (c *Configuration) String() string {
|
||||||
|
Reference in New Issue
Block a user