config

package
v0.4.8 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2026 License: MIT Imports: 2 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 {
	NumLookBackDays   int               `yaml:"numLookBackDays"`
	ReposToSkip       []string          `yaml:"reposToSkip"`
	ReposToCheck      []string          `yaml:"reposToCheck"`
	LastRepo          *string           `yaml:"lastRepo"`
	OutputDirectories OutputDirectories `yaml:"outputDirectories"`
	Organization      string            `yaml:"organization"`
}

func NewConfigFromYaml

func NewConfigFromYaml(configFile string) (*Config, error)

type OutputDirectories

type OutputDirectories struct {
	Prs     string `yaml:"prs"`
	Signals string `yaml:"signals"`
}

Jump to

Keyboard shortcuts

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