Update 'types/lib.go'

nats
Paulo Simão 2021-10-10 16:34:33 +00:00
parent 42df57854b
commit 5ee19adae4
1 changed files with 2 additions and 0 deletions

View File

@ -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
}