diff options
Diffstat (limited to 'generator/app.go')
| -rw-r--r-- | generator/app.go | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/generator/app.go b/generator/app.go index 63344131..99336c0d 100644 --- a/generator/app.go +++ b/generator/app.go @@ -71,14 +71,15 @@ type Contact struct { // Group represents either a Special Interest Group (SIG) or a Working Group (WG) type Group struct { - Name string - Dir string - MissionStatement string `yaml:"mission_statement"` - Leads []Lead - Meetings []Meeting - MeetingURL string `yaml:"meeting_url"` - MeetingArchiveURL string `yaml:"meeting_archive_url"` - Contact Contact + Name string + Dir string + MissionStatement string `yaml:"mission_statement"` + Leads []Lead + Meetings []Meeting + MeetingURL string `yaml:"meeting_url"` + MeetingArchiveURL string `yaml:"meeting_archive_url"` + MeetingRecordingsURL string `yaml:"meeting_recordings_url"` + Contact Contact } // DirName returns the directory that a group's documentation will be |
