From 7d8e31240ef0cb53aa3a5b88f6e397bb688ca163 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Sima=CC=83o?= Date: Sun, 10 Oct 2021 13:50:12 -0300 Subject: [PATCH] added public prop --- types/lib.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/lib.go b/types/lib.go index 4bcd7f4..c67e58b 100644 --- a/types/lib.go +++ b/types/lib.go @@ -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 }