Documentation ¶
Index ¶
- func AddTeamMaintainers(config *peribolos.FullConfig, org, team string, maintainers []string) error
- func AddTeamMembers(config *peribolos.FullConfig, org, team string, members []string) error
- func LoadConfigFromFilesystem(fs billy.Filesystem, configPath string) (*peribolos.FullConfig, error)
- func NewConfig() *peribolos.FullConfig
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddTeamMaintainers ¶
func AddTeamMaintainers(config *peribolos.FullConfig, org, team string, maintainers []string) error
AddTeamMaintainers updates the maintainers of the specified Team in the specified Organization, adding the maintainers list specified as agument.
func AddTeamMembers ¶
func AddTeamMembers(config *peribolos.FullConfig, org, team string, members []string) error
AddTeamMembers updates the members of the specified Team in the specified Organization, adding the members list specified as argument.
func LoadConfigFromFilesystem ¶
func LoadConfigFromFilesystem(fs billy.Filesystem, configPath string) (*peribolos.FullConfig, error)
LoadConfigFromFilesystem loads the peribolos config from the filesystem. It possibly returns an error.
func NewConfig ¶
func NewConfig() *peribolos.FullConfig
NewConfig returns a new orgs.FullConfig structure.
Types ¶
Click to show internal directories.
Click to hide internal directories.