MCPcopy Create free account
hub / github.com/cloudfoundry/multiapps-cli-plugin / NewUIOutputCapturer

Function NewUIOutputCapturer

testutil/exiter.go:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34type UIOutputCapturer struct{}
35
36func NewUIOutputCapturer() OutputCapturer {
37 return &UIOutputCapturer{}
38}
39
40func (oc *UIOutputCapturer) CaptureOutput(block func()) []string {
41 bucket := new(bytes.Buffer)

Calls

no outgoing calls

Tested by

no test coverage detected