factory

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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FactoryWrappers

type FactoryWrappers interface {
	RegisterWrapper(identifier string, constructor wrapper.FactoryWrapperConstructor, initializer wrapper.FactoryWrapperInitializer)
	GetWrapper(identifier string) WrapperDefinition
	ResetWrappers()
}

func NewDisabledFactoryWrappers

func NewDisabledFactoryWrappers() FactoryWrappers

func NewFactoryWrappers

func NewFactoryWrappers() FactoryWrappers

type Manager

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

func (*Manager) ClusterCacheFactory

func (f *Manager) ClusterCacheFactory() service.ClusterCacheFactory

func (*Manager) IdentityProviderFactory

func (f *Manager) IdentityProviderFactory() service.IdentityProviderFactory

func (*Manager) LinkingProviderFactory

func (f *Manager) LinkingProviderFactory() service.LinkingProviderFactory

type WrapperDefinition

type WrapperDefinition interface {
	GetConstructor() wrapper.FactoryWrapperConstructor
	GetInitializer() wrapper.FactoryWrapperInitializer
}

Jump to

Keyboard shortcuts

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