[TASK] remove unused code
This commit is contained in:
parent
cf2d2c3209
commit
ba95194dec
|
@ -21,12 +21,7 @@ type Config struct {
|
||||||
Bind string `toml:"bind"`
|
Bind string `toml:"bind"`
|
||||||
Webroot string `toml:"webroot"`
|
Webroot string `toml:"webroot"`
|
||||||
}
|
}
|
||||||
Nodes NodesConfig
|
Nodes NodesConfig
|
||||||
Meshviewer struct {
|
|
||||||
Version int `toml:"version"`
|
|
||||||
NodesPath string `toml:"nodes_path"`
|
|
||||||
GraphPath string `toml:"graph_path"`
|
|
||||||
}
|
|
||||||
Database DatabaseConfig
|
Database DatabaseConfig
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue