checker

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2018 License: AGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

type Checker struct {
	// contains filtered or unexported fields
}

func New

func New(c *Config) (*Checker, error)

func (*Checker) Start

func (c *Checker) Start() error

type Config

type Config struct {
	CheckInterval duration `toml:"interval"`

	DBConfig           *DBConfig           `toml:"db"`
	RepositoriesConfig *RepositoriesConfig `toml:"repositories"`
	GithubConfig       *github.Config      `toml:"github"`
}

type DBConfig

type DBConfig struct {
	Path string `toml:"path"`
}

type RepositoriesConfig

type RepositoriesConfig struct {
	Ignored   []string `toml:"ignored"`
	Important []string `toml:"important"`
}

Directories

Path Synopsis
tag
log

Jump to

Keyboard shortcuts

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