Versions in this module Expand all Collapse all v0 v0.9.1 Mar 8, 2018 v0.9.0 Mar 5, 2018 Changes in this version + func Create(fs afero.Fs, root, name, text string, params param.Params, ...) (string, error) + func GenParamsContent() []byte + func MakePaths(fs afero.Fs, ksApp app.App, root, env string) ([]string, error) + func MakePathsByNamespace(fs afero.Fs, ksApp app.App, root, env string) (map[Namespace][]string, error) + func Path(fs afero.Fs, root, name string) (string, error) + type Namespace struct + Path string + func ExtractNamespacedComponent(fs afero.Fs, root, path string) (Namespace, string) + func Namespaces(fs afero.Fs, root string) ([]Namespace, error) + func NewNamespace(fs afero.Fs, root, name string) Namespace + func (n *Namespace) ComponentPaths() ([]string, error) + func (n *Namespace) Components() ([]string, error) + func (n *Namespace) Dir() string + func (n *Namespace) ParamsPath() string