diff options
| author | shashidharatd <shashidhara.td@huawei.com> | 2017-08-15 01:07:59 +0530 |
|---|---|---|
| committer | shashidharatd <shashidhara.td@huawei.com> | 2017-08-17 04:51:26 +0530 |
| commit | a94c715488d59405dd7e4d2b2d3253150bf960e5 (patch) | |
| tree | c76d554a6b6b238b30fb90a371a633e22ba11201 /generator/app.go | |
| parent | bc510e957033688dc311b8ef8fd215172af88b5d (diff) | |
Add meeting recording links in generator
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 |
