diff options
| author | yuexiao-wang <wang.yuexiao@zte.com.cn> | 2017-10-11 10:13:29 +0800 |
|---|---|---|
| committer | yuexiao-wang <wang.yuexiao@zte.com.cn> | 2017-10-13 10:12:47 +0800 |
| commit | 9eb44a1563fecefa543b7be833395a358378010b (patch) | |
| tree | b72c4f07ef48e82083a78873369895bbcb5f1004 /generator/app.go | |
| parent | 4f4560659c8ad03c1b3c4bf204512d38fa94d791 (diff) | |
add labels in sig list
Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
Diffstat (limited to 'generator/app.go')
| -rw-r--r-- | generator/app.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generator/app.go b/generator/app.go index 0638e1a2..445a3af9 100644 --- a/generator/app.go +++ b/generator/app.go @@ -74,6 +74,7 @@ type Group struct { Name string Dir string MissionStatement string `yaml:"mission_statement"` + Label string Leads []Lead Meetings []Meeting MeetingURL string `yaml:"meeting_url"` |
