Documentation ¶
Index ¶
- Variables
- func Delete_value(lookup_file string, key string) error
- func GetLookupPath(namespace string, key string) string
- func Hashx(s string) string
- func List_all(lookup_path string)
- func Panic_if(e error)
- func Pop_value(lookup_file string, key string) (string, error)
- func Read_value(lookup_file string, key string) (string, error)
- func SetVprint() func(a ...interface{})
- func Store_value(lookup_file string, key string, value string)
- func Visit(files *[]string) filepath.WalkFunc
- type FlagsMode
- type ParsedArgs
- type ProgramMode
- type StdInContainer
Constants ¶
This section is empty.
Variables ¶
View Source
var Vprint = SetVprint()
Functions ¶
func Delete_value ¶
func GetLookupPath ¶
func SetVprint ¶
func SetVprint() func(a ...interface{})
We basically only care about two levels of logging, at least right now
func Store_value ¶
Types ¶
type ParsedArgs ¶
type ParsedArgs struct {
// contains filtered or unexported fields
}
type ProgramMode ¶
type ProgramMode int
const ( ModeHelp ProgramMode = iota ModeSimpleGet ModeSimpleSet ModePipeSet ModeList ModeDelete )
type StdInContainer ¶
func Get_stdin ¶
func Get_stdin() (StdInContainer, error)
Click to show internal directories.
Click to hide internal directories.