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 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 }
Click to show internal directories.
Click to hide internal directories.