Documentation ¶
Index ¶
Constants ¶
View Source
const ( //Simple search looks for any filename witch contains given string. Case insensitive. Simple = iota //Glob search uses standard globbing wildcards. If you don't use wildcards then you get strict search Glob )
View Source
const DirPerm = 0700
DirPerm is default directory permission
Variables ¶
View Source
var ( // Done informs user about tast completion Done = color.New(color.FgHiGreen, color.Bold).PrintfFunc() // Warn user about something. PrintfF Warn = color.New(color.FgHiYellow, color.Bold).PrintfFunc() )
View Source
var RootCmd = &cobra.Command{
Use: "kure",
Short: "A netkan wrapper that helps you maintain private ckan repo",
Long: `KURE - Kerbal User REpository
Tool that makes easy to create and mmaintain you private repository of ckan files.`,
}
RootCmd represents the base command when called without any subcommands
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.