loader

package
v0.12.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 2, 2022 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Loader

type Loader struct {
	// contains filtered or unexported fields
}

Loader loads plugins using a file loader (a different loader).

func NewLoader

func NewLoader(
	pc *types.PluginConfig, rf *resmap.Factory, fs filesys.FileSystem) *Loader

func (*Loader) AbsolutePluginPath added in v0.8.6

func (l *Loader) AbsolutePluginPath(id resid.ResId) (string, error)

func (*Loader) Config added in v0.8.6

func (l *Loader) Config() *types.PluginConfig

Config provides the global (not plugin specific) PluginConfig data.

func (*Loader) LoadGenerator

func (l *Loader) LoadGenerator(
	ldr ifc.Loader, v ifc.Validator, res *resource.Resource) (resmap.Generator, error)

func (*Loader) LoadGenerators

func (l *Loader) LoadGenerators(
	ldr ifc.Loader, v ifc.Validator, rm resmap.ResMap) (
	result []*resmap.GeneratorWithProperties, err error)

func (*Loader) LoadTransformer

func (l *Loader) LoadTransformer(
	ldr ifc.Loader, v ifc.Validator, res *resource.Resource) (*resmap.TransformerWithProperties, error)

func (*Loader) LoadTransformers

func (l *Loader) LoadTransformers(
	ldr ifc.Loader, v ifc.Validator, rm resmap.ResMap) ([]*resmap.TransformerWithProperties, error)

func (*Loader) SetWorkDir added in v0.9.0

func (l *Loader) SetWorkDir(wd string)

SetWorkDir sets the working directory for this loader's plugins

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL