node

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2023 License: Apache-2.0 Imports: 9 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New() *node

func NewFromConfPath

func NewFromConfPath(confPath string) *node

Types

type ExecuteCallbackFunc

type ExecuteCallbackFunc = func() error

type FabricSmartClient

type FabricSmartClient interface {
	Start() error
	Stop()
	InstallSDK(p api.SDK) error
	Registry() node3.Registry
	GetService(v interface{}) (interface{}, error)
	RegisterService(service interface{}) error
	RegisterFactory(id string, factory api.Factory) error
	RegisterResponder(responder view.View, initiatedBy interface{}) error
	RegisterResponderWithIdentity(responder view.View, id view.Identity, initiatedBy view.View) error
	ResolveIdentities(endpoints ...string) ([]view.Identity, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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