From 9990266256b8859b3d500ff0fc0fcee6e1e64193 Mon Sep 17 00:00:00 2001 From: René 'Necoro' Neumann Date: Fri, 1 May 2020 18:27:23 +0200 Subject: Reintroduce yaml-internal `feed` --- pkg/config/feed.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pkg/config/feed.go') diff --git a/pkg/config/feed.go b/pkg/config/feed.go index 9a88fc9..e6788d2 100644 --- a/pkg/config/feed.go +++ b/pkg/config/feed.go @@ -2,10 +2,10 @@ package config // One stored feed type Feed struct { - Name string - Target []string `yaml:"-"` - Url string - Options `yaml:"-"` // not parsed directly + Name string + Target []string + Url string + Options } // Convenience type for all feeds -- cgit v1.2.3-70-g09d2