internal

package
v0.0.0-...-36f6cc7 Latest Latest
Warning

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

Go to latest
Published: Jun 20, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AllLabels

func AllLabels(groups []*Group) map[int][]string

Types

type Config

type Config struct {
	Repo      string   `mapstructure:"repo"`
	Token     string   `mapstructure:"token"`
	Milestone string   `mapstructure:"milestone"`
	SinceTag  string   `mapstructure:"since-tag"`
	UntilTag  string   `mapstructure:"until-tag"`
	State     string   `mapstructure:"state"`
	Groups    []*Group `mapstructure:"groups"`
	Template  string   `mapstructure:"template"`
}

type Group

type Group struct {
	Labels []string `mapstructure:"labels"`
	Title  string   `mapstructure:"title"`
}

type GroupedIssues

type GroupedIssues struct {
	Title  string
	Issues []*github.Issue
}

func GroupIssues

func GroupIssues(groups []*Group, issues []*github.Issue) []*GroupedIssues

Jump to

Keyboard shortcuts

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