wrapper

package
v0.0.0-...-2d73068 Latest Latest
Warning

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

Go to latest
Published: May 13, 2020 License: Apache-2.0 Imports: 2 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BaseFactoryWrapper

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

func (*BaseFactoryWrapper) Configuration

func (*BaseFactoryWrapper) Factory

func (w *BaseFactoryWrapper) Factory() interface{}

func (*BaseFactoryWrapper) ServiceContext

func (w *BaseFactoryWrapper) ServiceContext() servicecontext.ServiceContext

func (*BaseFactoryWrapper) SetFactory

func (w *BaseFactoryWrapper) SetFactory(factory interface{})

type FactoryWrapper

type FactoryWrapper interface {
	Configuration() *configuration.ConfigurationData
	ServiceContext() servicecontext.ServiceContext
	SetFactory(factory interface{})
	Factory() interface{}
}

type FactoryWrapperInitializer

type FactoryWrapperInitializer = func(FactoryWrapper)

type Wrapper

type Wrapper interface {
	WrapFactory(identifier string, constructor FactoryWrapperConstructor, initializer FactoryWrapperInitializer)
}

Jump to

Keyboard shortcuts

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