routes

package
v0.21.2 Latest Latest
Warning

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

Go to latest
Published: Aug 25, 2021 License: GPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCompManager

func NewCompManager() component.Manager

NewCompManager new default component manager

Types

type Manager

type Manager interface {
	Init(...Option)

	service.LifeCycle

	CompManager() component.Manager

	message.Caller
}

Manager routes manager

func NewManager

func NewManager(opts ...Option) Manager

NewManager routes manager

type Option

type Option func(*Options)

func CompManager

func CompManager(m component.Manager) Option

func Logger

func Logger(logger logger.Logger) Option

type Options

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

type RemoteComponent

type RemoteComponent interface {
	Init(opts ...component.Option)

	component.Component
}

func NewRemoteComponent

func NewRemoteComponent(nodeType node.Type, r registry.Registry, wOpts ...registry.WatchOption) (
	RemoteComponent, error)

Jump to

Keyboard shortcuts

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