Documentation ¶
Overview ¶
Code generated by mockery v1.0.0
Code generated by mockery v1.0.0 ¶
Code generated by mockery v1.0.0
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) 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(ns component.Module) ([]component.Component, error)
- func (_m *Manager) CreateComponent(ksApp app.App, name string, text string, _a3 params.Params, ...) (string, error)
- func (_m *Manager) CreateModule(ksApp app.App, name string) error
- func (_m *Manager) Module(ksApp app.App, module string) (component.Module, error)
- func (_m *Manager) Modules(ksApp app.App, envName string) ([]component.Module, error)
- func (_m *Manager) NSResolveParams(ns component.Module) (string, error)
- func (_m *Manager) ResolvePath(ksApp app.App, path string) (component.Module, component.Component, 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) Render(envName string, componentNames ...string) (*astext.Object, map[string]string, error)
- func (_m *Module) ResolvedParams() (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: ns
func (*Manager) CreateComponent ¶
func (_m *Manager) CreateComponent(ksApp app.App, name string, text string, _a3 params.Params, templateType prototype.TemplateType) (string, error)
CreateComponent provides a mock function with given fields: ksApp, name, text, _a3, templateType
func (*Manager) CreateModule ¶
CreateModule provides a mock function with given fields: ksApp, name
func (*Manager) NSResolveParams ¶
NSResolveParams provides a mock function with given fields: ns
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) 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: