Documentation ¶
Overview ¶
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Code generated by mockery v1.0.0. DO NOT EDIT.
Index ¶
- type Component
- func (_m *Component) DeleteParam(path []string) error
- func (_m *Component) Name(wantsNamedSpaced bool) string
- func (_m *Component) Params(envName string) ([]component.ModuleParameter, error)
- func (_m *Component) Remove() error
- func (_m *Component) SetParam(path []string, value interface{}) error
- func (_m *Component) Summarize() (component.Summary, error)
- func (_m *Component) ToNode(envName string) (string, ast.Node, error)
- func (_m *Component) Type() string
- type Manager
- func (_m *Manager) Component(ksApp app.App, module string, componentName string) (component.Component, error)
- func (_m *Manager) Components(ksApp app.App, module string) ([]component.Component, error)
- func (_m *Manager) CreateModule(ksApp app.App, name string) error
- func (_m *Manager) Module(ksApp app.App, moduleName string) (component.Module, error)
- func (_m *Manager) Modules(ksApp app.App, envName string) ([]component.Module, error)
- type Module
- func (_m *Module) Components() ([]component.Component, error)
- func (_m *Module) DeleteParam(path []string) error
- func (_m *Module) Dir() string
- func (_m *Module) Name() string
- func (_m *Module) Params(envName string) ([]component.ModuleParameter, error)
- func (_m *Module) ParamsPath() string
- func (_m *Module) ParamsSource() (io.ReadCloser, error)
- func (_m *Module) Render(envName string, componentNames ...string) (*astext.Object, map[string]string, error)
- func (_m *Module) ResolvedParams(envName string) (string, error)
- func (_m *Module) SetParam(path []string, value interface{}) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Component ¶
Component is an autogenerated mock type for the Component type
func (*Component) DeleteParam ¶
DeleteParam provides a mock function with given fields: path
func (*Component) Params ¶
func (_m *Component) Params(envName string) ([]component.ModuleParameter, error)
Params provides a mock function with given fields: envName
type Manager ¶
Manager is an autogenerated mock type for the Manager type
func (*Manager) Component ¶
func (_m *Manager) Component(ksApp app.App, module string, componentName string) (component.Component, error)
Component provides a mock function with given fields: ksApp, module, componentName
func (*Manager) Components ¶
Components provides a mock function with given fields: ksApp, module
func (*Manager) CreateModule ¶
CreateModule provides a mock function with given fields: ksApp, name
type Module ¶
Module is an autogenerated mock type for the Module type
func (*Module) Components ¶
Components provides a mock function with given fields:
func (*Module) DeleteParam ¶
DeleteParam provides a mock function with given fields: path
func (*Module) Params ¶
func (_m *Module) Params(envName string) ([]component.ModuleParameter, error)
Params provides a mock function with given fields: envName
func (*Module) ParamsPath ¶
ParamsPath provides a mock function with given fields:
func (*Module) ParamsSource ¶ added in v0.12.0
func (_m *Module) ParamsSource() (io.ReadCloser, error)
ParamsSource provides a mock function with given fields:
func (*Module) Render ¶
func (_m *Module) Render(envName string, componentNames ...string) (*astext.Object, map[string]string, error)
Render provides a mock function with given fields: envName, componentNames
func (*Module) ResolvedParams ¶
ResolvedParams provides a mock function with given fields: envName