MCPcopy
hub / github.com/mislav/hub / UI

Interface UI

ui/ui.go:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type UI interface {
13 Print(a ...interface{}) (n int, err error)
14 Printf(format string, a ...interface{}) (n int, err error)
15 Println(a ...interface{}) (n int, err error)
16 Errorf(format string, a ...interface{}) (n int, err error)
17 Errorln(a ...interface{}) (n int, err error)
18}
19
20var (
21 Stdout = colorable.NewColorableStdout()

Callers 15

PromptForOTPMethod · 0.65
getPasswordFunction · 0.65
PrintFunction · 0.65
PrintfFunction · 0.65
getPasswordFunction · 0.65
PrintlnFunction · 0.65
equalFunction · 0.65
ParseMethod · 0.65
downloadReleaseFunction · 0.65
createReleaseFunction · 0.65
editReleaseFunction · 0.65
compareFunction · 0.65

Implementers 1

Consoleui/ui.go

Calls

no outgoing calls

Tested by

no test coverage detected