summaryrefslogtreecommitdiff
path: root/generator/app.go
diff options
context:
space:
mode:
authorNikhita Raghunath <nikitaraghunath@gmail.com>2019-01-06 16:17:56 +0530
committerNikhita Raghunath <nikitaraghunath@gmail.com>2019-01-16 23:17:44 +0530
commit0905af35073d5f26b09ae4d17d8b16f621586029 (patch)
treee54f6062955b10818f018135575398618b92d43f /generator/app.go
parent432bd8e9a4eed4cb447ec5a007d308d52ad949ba (diff)
generator: add support for stakeholder SIGs for WGs
Diffstat (limited to 'generator/app.go')
-rw-r--r--generator/app.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/app.go b/generator/app.go
index 8fb97125..da6b4a71 100644
--- a/generator/app.go
+++ b/generator/app.go
@@ -110,6 +110,7 @@ type Group struct {
Meetings []Meeting
Contact Contact
Subprojects []Subproject
+ StakeholderSIGs []string `yaml:"stakeholder_sigs,omitempty"`
}
// DirName returns the directory that a group's documentation will be