config

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 16, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Teams []*Team `yaml:"teams"`
}

type GithubOrg

type GithubOrg struct {
	Name    string   `mapstructure:"org"`
	Teams   []string `mapstructure:"teams"`
	Ignores []string `mapstructure:"ignores"`
}

type LaunchpadConfig

type LaunchpadConfig struct {
	ProjectGroups []string `mapstructure:"project-groups"`
	Ignores       []string `mapstructure:"ignores"`
}

type Team

type Team struct {
	Name      string          `mapstructure:"name"`
	Github    []GithubOrg     `mapstructure:"github"`
	Launchpad LaunchpadConfig `mapstructure:"launchpad"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL