Documentation ¶
Index ¶
- Constants
- func DetectGoTestVerbose() bool
- func DetectVerbose() bool
- func PrintOpenWhiskError(message string)
- func PrintOpenWhiskFromError(err error)
- func PrintOpenWhiskInfo(message string)
- func PrintOpenWhiskSuccess(message string)
- func PrintOpenWhiskVerbose(verbose bool, message string)
- func PrintOpenWhiskVerboseTitle(verbose bool, message string)
- func PrintOpenWhiskWarning(message string)
- func PrintlnOpenWhiskInfo(message string)
- func PrintlnOpenWhiskInfoTitle(message string)
- func PrintlnOpenWhiskOutput(message string)
- func PrintlnOpenWhiskSuccess(message string)
- func PrintlnOpenWhiskTrace(trace bool, message string)
- func PrintlnOpenWhiskVerbose(verbose bool, message string)
- func PrintlnOpenWhiskWarning(message string)
Constants ¶
View Source
const (
STR_PREFIXED_MESSAGE = "%s: %s"
)
Variables ¶
This section is empty.
Functions ¶
func DetectGoTestVerbose ¶
func DetectGoTestVerbose() bool
Display "trace" output if either param is true OR we are running Go test verbose (i.e., "go test -v") Typical Args for "go test" looks as follows: arg[0] = [/var/folders/nj/<uuid>/T/<build-id>/github.com/sciabarracom/openwhisk-wskdeploy/deployers/_test/deployers.test arg[1] = -test.v=true arg[2] = -test.run=TestDeploymentReader_PackagesBindTrigger]
func DetectVerbose ¶
func DetectVerbose() bool
func PrintOpenWhiskError ¶
func PrintOpenWhiskError(message string)
func PrintOpenWhiskFromError ¶
func PrintOpenWhiskFromError(err error)
func PrintOpenWhiskInfo ¶
func PrintOpenWhiskInfo(message string)
func PrintOpenWhiskSuccess ¶
func PrintOpenWhiskSuccess(message string)
func PrintOpenWhiskVerbose ¶
func PrintOpenWhiskWarning ¶
func PrintOpenWhiskWarning(message string)
func PrintlnOpenWhiskInfo ¶
func PrintlnOpenWhiskInfo(message string)
func PrintlnOpenWhiskInfoTitle ¶
func PrintlnOpenWhiskInfoTitle(message string)
func PrintlnOpenWhiskOutput ¶
func PrintlnOpenWhiskOutput(message string)
func PrintlnOpenWhiskSuccess ¶
func PrintlnOpenWhiskSuccess(message string)
func PrintlnOpenWhiskTrace ¶
func PrintlnOpenWhiskVerbose ¶
func PrintlnOpenWhiskWarning ¶
func PrintlnOpenWhiskWarning(message string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.