MCPcopy
hub / github.com/roboll/helmfile / configImpl

Struct configImpl

main.go:732–736  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

730}
731
732type configImpl struct {
733 c *cli.Context
734
735 set map[string]interface{}
736}
737
738func NewUrfaveCliConfigImpl(c *cli.Context) (configImpl, error) {
739 if c.NArg() > 0 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected