Documentation
¶
Index ¶
- type Manager
- func (m *Manager) Build(ctx context.Context, filename string) error
- func (m *Manager) BuildAndLoadPlugin(ctx context.Context, filename, provider string) (Plugin, error)
- func (m *Manager) Load(filename string) (*plugin.Plugin, error)
- func (m *Manager) LoadPlugin(filename, provider string) (Plugin, error)
- func (m *Manager) Tidy(ctx context.Context, filename string) error
- type Plugin
- type Provider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) BuildAndLoadPlugin ¶
func (*Manager) LoadPlugin ¶
Click to show internal directories.
Click to hide internal directories.