Skip to content
Snippets Groups Projects
Commit 009cf814 authored by Xavier Perret's avatar Xavier Perret
Browse files

removed port

parent a443997d
No related branches found
No related tags found
No related merge requests found
......@@ -45,12 +45,10 @@ type Blob struct {
type Config struct {
ID int `yaml:"id"`
Address string `yaml:"address"`
Port int `yaml:"port"`
Neighbours []Neighbors `yaml:"neighbors"`
}
type Neighbors struct {
ID int `yaml:"id"`
Address string `yaml:"address"`
Port int `yaml:"port"`
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment