factory

package
v0.0.0-...-1369677 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(fm string, f Factory)

Types

type Factory

type Factory interface {
	New(name string) (mq.Queue, error)
}

func NewFactory

func NewFactory(fm string) Factory

type Func

type Func func(name string) (mq.Queue, error)

func (Func) New

func (f Func) New(name string) (mq.Queue, error)

Jump to

Keyboard shortcuts

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