check

package
v0.0.0-...-2d93ec8 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2025 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BadFile

type BadFile struct {
	FileExt   string `json:"fileExt"`
	Reacquire bool   `json:"reacquire"`
	Service   string `json:"service"`
	Date      int64  `json:"date"`
	Reason    string `json:"reason"`
}

type Checkrr

type Checkrr struct {
	Stats   features.Stats
	DB      *bolt.DB
	Running bool

	FullConfig *koanf.Koanf

	Chan      *chan []string
	Logger    *logging.Log
	Localizer *i18n.Localizer
	// contains filtered or unexported fields
}

func (*Checkrr) FromConfig

func (c *Checkrr) FromConfig(conf *koanf.Koanf)

func (*Checkrr) Run

func (c *Checkrr) Run()