config

package
v0.7.3 Latest Latest
Warning

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

Go to latest
Published: Nov 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      bool
	Parse        []string
	Template     string
	Delims       string
	Output       string
	Silience     bool
	NoStdin      bool
	DisableAt    bool
	Trust        bool
	SkipVerify   bool
	DisableRetry bool

	FolderPerm string
	FilePerm   string

	List           bool
	SpecificGroups []string
	SpecificFuncs  []string
	DisabledGroups []string
	DisabledFuncs  []string

	HtmlTemplate bool

	RandomSeed int64
}

Jump to

Keyboard shortcuts

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