From 28255b5f4d41d0fface2d60ab49c29998e004e56 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 17 Jan 2018 10:40:57 +0000 Subject: first parallel version --- config.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'config.go') diff --git a/config.go b/config.go index c71d287..72a5665 100644 --- a/config.go +++ b/config.go @@ -11,15 +11,15 @@ type CompCfg struct { URL string `yaml:"URL"` } -type Suite struct { +type SuiteCfg struct { Name string `yaml:"Name"` Components []CompCfg `yaml:"Components"` } type ReleaseCfg struct { - Release string `yaml:"Release"` - RepoURL string `yaml:"RepoURL"` - Suites []Suite `yaml:"Suites"` + Release string `yaml:"Release"` + RepoURL string `yaml:"RepoURL"` + Suites []SuiteCfg `yaml:"Suites"` } type PkgwebCfg struct { -- cgit v1.2.3