Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carvel-dev/kapp-controller
/ AuthoringUIImpl
Struct
AuthoringUIImpl
cli/pkg/kctrl/cmd/core/authoring_ui.go:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
type
AuthoringUIImpl
struct
{
24
ui ui.UI
25
}
26
27
func
NewAuthoringUIImpl(ui ui.UI) AuthoringUIImpl {
28
return
AuthoringUIImpl{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected