Documentation ¶
Index ¶
- func AbsolutePluginPath(pc *types.PluginConfig, id resid.ResId) string
- type Loader
- func (l *Loader) LoadGenerator(ldr ifc.Loader, v ifc.Validator, res *resource.Resource) (resmap.Generator, error)
- func (l *Loader) LoadGenerators(ldr ifc.Loader, v ifc.Validator, rm resmap.ResMap) ([]resmap.Generator, error)
- func (l *Loader) LoadTransformer(ldr ifc.Loader, v ifc.Validator, res *resource.Resource) (resmap.Transformer, error)
- func (l *Loader) LoadTransformers(ldr ifc.Loader, v ifc.Validator, rm resmap.ResMap) ([]resmap.Transformer, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AbsolutePluginPath ¶
func AbsolutePluginPath(pc *types.PluginConfig, id resid.ResId) string
Types ¶
type Loader ¶
type Loader struct {
// contains filtered or unexported fields
}
Loader loads plugins using a file loader (a different loader).
func (*Loader) LoadGenerator ¶
func (*Loader) LoadGenerators ¶
func (*Loader) LoadTransformer ¶
Click to show internal directories.
Click to hide internal directories.