factory

package
v0.1.7 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DefaultFactoryImpl

type DefaultFactoryImpl struct{}

DefaultFactoryImpl is the default factory implementation

func (*DefaultFactoryImpl) NewPluginManager

func (f *DefaultFactoryImpl) NewPluginManager() plugin.Interface

NewPluginManager creates a new plugin manager

type Factory

type Factory interface {
	// NewPluginManager creates a new plugin manager
	NewPluginManager() plugin.Interface
}

Factory is the main interface for various client creations

func DefaultFactory

func DefaultFactory() Factory

DefaultFactory returns the default factory implementation

Jump to

Keyboard shortcuts

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