package
Version:
v0.0.0-...-9ffd8df
Opens a new window with list of versions in this module.
Published: Nov 25, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Base struct {
ApiVersion string `yaml:"apiVersion"`
Teams []Team `yaml:"teams"`
}
type Member struct {
Login string `yaml:"login"`
Maintainer bool `default:"true" yaml:"maintainer"`
}
type Team struct {
ID int `yaml:"id"`
Name string `yaml:"name"`
Members []Member `yaml:"members"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.