registry

package module
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2020 License: Apache-2.0 Imports: 2 Imported by: 1

README

registry

Simple registry object for decoupling Go packages

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Registry

type Registry struct {
	Lock       sync.Locker
	Registered map[string]interface{}
	// contains filtered or unexported fields
}

func NewRegistry

func NewRegistry(className string) *Registry

func (*Registry) Get

func (r *Registry) Get(kind string) (interface{}, error)

func (*Registry) GetKinds

func (r *Registry) GetKinds() []string

func (*Registry) Register

func (r *Registry) Register(kind string, registeree interface{})

Jump to

Keyboard shortcuts

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