MCPcopy Create free account
hub / github.com/cronitorio/cronitor-cli / Error

Function Error

cmd/ui.go:188–190  ·  view source on GitHub ↗

Error prints an error message

(msg string)

Source from the content-addressed store, hash-verified

186
187// Error prints an error message
188func Error(msg string) {
189 fmt.Println(errorStyle.Render(iconCross + " " + msg))
190}
191
192// Warning prints a warning message
193func Warning(msg string) {

Callers 15

environment.goFile · 0.85
site.goFile · 0.85
siteOutputToTargetFunction · 0.85
monitor.goFile · 0.85
outputToTargetFunction · 0.85
group.goFile · 0.85
outputGroupToTargetFunction · 0.85
metric.goFile · 0.85
metricOutputToTargetFunction · 0.85
statuspage.goFile · 0.85
statuspageOutputToTargetFunction · 0.85

Calls 1

RenderMethod · 0.80

Tested by

no test coverage detected