config

package
v0.16.2 Latest Latest
Warning

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

Go to latest
Published: Aug 5, 2026 License: MIT Imports: 3 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)

func (*Config) CutoffDate added in v0.5.0

func (cfg *Config) CutoffDate() time.Time

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