From 5ee19adae475ae1d103be88198f765ff7e1c474f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Sim=C3=A3o?= Date: Sun, 10 Oct 2021 16:34:33 +0000 Subject: [PATCH] Update 'types/lib.go' --- types/lib.go | 2 ++ 1 file changed, 2 insertions(+) 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 }