config

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	App = Config{
		LogLevel: "info",
	}
	Checked = Check{
		Delims:  []string{"", ""},
		WorkDir: ".",
	}
)

Functions

This section is empty.

Types

type Check

type Check struct {
	Delims  []string
	WorkDir string
}

type Config

type Config struct {
	LogLevel     string
	Data         []string
	DataRaw      string
	Parse        []string
	Delims       string
	Output       string
	Silience     bool
	List         bool
	DisableAt    bool
	Trust        bool
	SkipVerify   bool
	DisableRetry bool
}

Jump to

Keyboard shortcuts

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