instantiate

package
v0.6.2 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2018 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Package instantiate implement InstantiateFactory

Index

Constants

This section is empty.

Variables

View Source
var (
	NotInitializedError    = errors.New("InstantiateFactory is not initialized")
	InvalidObjectTypeError = errors.New("[factory] invalid Component")
)

Functions

This section is empty.

Types

type InstantiateFactory

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

func (*InstantiateFactory) BuildComponents added in v0.6.0

func (f *InstantiateFactory) BuildComponents(components [][]interface{}) (err error)

func (*InstantiateFactory) GetInstance

func (f *InstantiateFactory) GetInstance(name string) (inst interface{})

func (*InstantiateFactory) Initialize

func (f *InstantiateFactory) Initialize(instanceMap cmap.ConcurrentMap)

func (*InstantiateFactory) Initialized

func (f *InstantiateFactory) Initialized() bool

func (*InstantiateFactory) IsValidObjectType added in v0.6.0

func (f *InstantiateFactory) IsValidObjectType(inst interface{}) bool

func (*InstantiateFactory) Items

func (f *InstantiateFactory) Items() map[string]interface{}

func (*InstantiateFactory) ParseInstance added in v0.6.0

func (f *InstantiateFactory) ParseInstance(eliminator string, params ...interface{}) (name string, inst interface{})

func (*InstantiateFactory) SetInstance

func (f *InstantiateFactory) SetInstance(name string, instance interface{}) (err error)

Jump to

Keyboard shortcuts

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