Documentation
¶
Index ¶
- Constants
- Variables
- func UseContrib() (contrib.Contrib, error)
- func UseGitter() (gitter.Gitter, error)
- func UseVerbose() int
- func UseVerboseDebug() bool
- func UseVerboseError() bool
- func UseVerboseInfo() bool
- func UseVerboseSilent() bool
- func WithContrib(c contrib.Contrib)
- func WithGitter(git gitter.Gitter)
- func WithVerbose(v constants.Verbose)
Constants ¶
View Source
const ( // VerboseSilent do not print log VerboseSilent = iota // VerboseError print error and higher level log VerboseError // VerboseInfo print info and higher level log VerboseInfo // VerboseDebug print debug and higher level log VerboseDebug )
View Source
const LowestVerbose = VerboseDebug
LowestVerbose lowest verbose level
Variables ¶
View Source
var ( // ErrNotFound variable not found error ErrNotFound = errors.Err(exitcode.VariableNotFound, "variable not found") )
Functions ¶
func UseVerboseDebug ¶
func UseVerboseDebug() bool
UseVerboseDebug return whether support debug level
func UseVerboseError ¶
func UseVerboseError() bool
UseVerboseError return whether support error level
func UseVerboseSilent ¶
func UseVerboseSilent() bool
UseVerboseSilent return whether support silent level
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.