structs

package
v0.0.9 Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: MIT 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 {
	Project          Project            `yaml:"project"`
	LabelOwners      map[string]*Owners `yaml:"labelOwners,omitempty"`
	ForkPullRequests *ForkPullRequests  `yaml:"forkPullRequests,omitempty"`
}

type ForkPullRequests

type ForkPullRequests struct {
	Labels       []string `yaml:"labels"`
	AddToProject bool     `yaml:"addToProject"`
}

type Owners

type Owners struct {
	Logins []string `yaml:"logins"`
	Teams  []string `yaml:"teams"`
}

type Project

type Project struct {
	ID  *int  `yaml:"id,omitempty"`
	IDs []int `yaml:"ids,omitempty"`
}

func (*Project) GetIDs

func (p *Project) GetIDs() []int

Jump to

Keyboard shortcuts

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