diff options
| author | Christoph Blecker <admin@toph.ca> | 2018-06-14 10:26:39 -0700 |
|---|---|---|
| committer | Christoph Blecker <admin@toph.ca> | 2018-06-14 10:26:39 -0700 |
| commit | 8b2a2601fb23b472b1a5c1049f54d06921af9841 (patch) | |
| tree | f408163efab2c99d35a4afb2dc9af72f461545e4 /generator/app.go | |
| parent | 99e4e741f8c488e427e6b8398b0cf55c6c8ad306 (diff) | |
Add field to define a link to the SIG's charter
Diffstat (limited to 'generator/app.go')
| -rw-r--r-- | generator/app.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go index 30c7ba47..a75e2b8c 100644 --- a/generator/app.go +++ b/generator/app.go @@ -103,7 +103,8 @@ type LeadershipGroup struct { type Group struct { Name string Dir string - MissionStatement string `yaml:"mission_statement"` + MissionStatement string `yaml:"mission_statement,omitempty"` + CharterLink string `yaml:"charter_link,omitempty"` Label string Leadership LeadershipGroup `yaml:"leadership"` Meetings []Meeting |
