added public prop

nats
Paulo Simão 2021-10-10 13:50:12 -03:00
parent 5ee19adae4
commit 7d8e31240e
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ type ReplayDescriptor struct {
Hostname string `json:"hostname" yaml:"hostname"`
Ipcid string `json:"ipcid"`
Gui bool `json:"gui" yaml:"gui"`
Public bool `json:"public" yaml:"public"`
Public bool `json:"public" yaml:"public"`
Link string `json:"link" yaml:"link"` //This prop allows redirect of repos
}