Give friendly names to nodes (fixes #54)

This commit is contained in:
Jakob Borg
2014-02-05 22:49:26 +01:00
parent ea41acfff5
commit 2297e29502
4 changed files with 15 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ type RepositoryConfiguration struct {
type NodeConfiguration struct {
NodeID string `xml:"id,attr"`
Name string `xml:"name,attr"`
Addresses []string `xml:"address"`
}