MCPcopy Create free account
hub / github.com/OctopusDeploy/cli / NewOutputPrinter

Function NewOutputPrinter

pkg/servicemessages/provider.go:55–60  ·  view source on GitHub ↗
(out io.Writer, err io.Writer)

Source from the content-addressed store, hash-verified

53}
54
55func NewOutputPrinter(out io.Writer, err io.Writer) *OutputPrinter {
56 return &OutputPrinter{
57 Out: out,
58 Err: err,
59 }
60}
61
62func (p *OutputPrinter) Info(msg string) {
63 fmt.Fprint(p.Out, msg)

Callers 4

mainFunction · 0.92
runFunction · 0.92
TestServiceMessageFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestServiceMessageFunction · 0.68