added public prop

This commit is contained in:
Paulo Simão 2021-10-10 13:50:12 -03:00
parent 5ee19adae4
commit 7d8e31240e

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
}