MCPcopy Create free account
hub / github.com/carvel-dev/kapp-controller / UILogger

Struct UILogger

cli/pkg/kctrl/logger/ui.go:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type UILogger struct {
20 prefix string
21 ui ui.UI
22 debug bool
23}
24
25var _ Logger = &UILogger{}
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected