added public prop
parent
5ee19adae4
commit
7d8e31240e
|
@ -107,7 +107,7 @@ type ReplayDescriptor struct {
|
||||||
Hostname string `json:"hostname" yaml:"hostname"`
|
Hostname string `json:"hostname" yaml:"hostname"`
|
||||||
Ipcid string `json:"ipcid"`
|
Ipcid string `json:"ipcid"`
|
||||||
Gui bool `json:"gui" yaml:"gui"`
|
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
|
Link string `json:"link" yaml:"link"` //This prop allows redirect of repos
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue