diff --git a/types/lib.go b/types/lib.go index da5fb4c..4bcd7f4 100644 --- a/types/lib.go +++ b/types/lib.go @@ -66,6 +66,7 @@ type Service struct { Pid int `json:"pid" yaml:"-"` Hostname string `json:"hostname" yaml:"hostname"` Gui bool `json:"gui" yaml:"gui"` + Public bool `json:"public" yaml:"public"` } type Runtime struct { @@ -106,6 +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"` Link string `json:"link" yaml:"link"` //This prop allows redirect of repos }