app

package
v0.0.0-...-33fbd0c Latest Latest
Warning

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

Go to latest
Published: May 8, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

View Source
const (
	GitHubTokenEnvVar = "GITHUB_TOKEN"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Token string   `yaml:"token"`
	Repos []string `yaml:"repos"`
	Orgs  []string `yaml:"orgs"`
	Json  string   `yaml:"json"`
}

func GatherConfig

func GatherConfig() (*Config, error)

type RunResult

type RunResult int
const (
	Success RunResult = iota
	Failure
)

func Run

func Run(config *Config) RunResult

Jump to

Keyboard shortcuts

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