capabilities

package
v2.15.0-rc0 Latest Latest
Warning

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

Go to latest
Published: Aug 6, 2024 License: MIT Imports: 22 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrCapabilityAlreadyExists = errors.New("capability already exists")
)

Functions

func NewAggregator added in v2.13.0

func NewAggregator(name string, config values.Map, lggr logger.Logger) (types.Aggregator, error)

func NewLauncher added in v2.14.0

func NewLauncher(
	lggr logger.Logger,
	peerWrapper p2ptypes.PeerWrapper,
	dispatcher remotetypes.Dispatcher,
	registry *Registry,
) *launcher

Types

type Registry

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

Registry is a struct for the registry of capabilities. Registry is safe for concurrent use.

func NewRegistry

func NewRegistry(lggr logger.Logger) *Registry

NewRegistry returns a new Registry.

func (*Registry) Add

Add adds a capability to the registry.

func (*Registry) ConfigForCapability added in v2.15.0

func (r *Registry) ConfigForCapability(ctx context.Context, capabilityID string, donID uint32) (capabilities.CapabilityConfiguration, error)

func (*Registry) Get

Get gets a capability from the registry.

func (*Registry) GetAction

GetAction gets a capability from the registry and tries to coerce it to the ActionCapability interface.

func (*Registry) GetConsensus

func (r *Registry) GetConsensus(ctx context.Context, id string) (capabilities.ConsensusCapability, error)

GetConsensus gets a capability from the registry and tries to coerce it to the ConsensusCapability interface.

func (*Registry) GetTarget

GetTarget gets a capability from the registry and tries to coerce it to the TargetCapability interface.

func (*Registry) GetTrigger

GetTrigger gets a capability from the registry and tries to coerce it to the TriggerCapability interface.

func (*Registry) List

List lists all the capabilities in the registry.

func (*Registry) LocalNode added in v2.15.0

func (r *Registry) LocalNode(ctx context.Context) (capabilities.Node, error)

func (*Registry) SetLocalRegistry added in v2.15.0

func (r *Registry) SetLocalRegistry(lr metadataRegistry)

SetLocalRegistry sets a local copy of the offchain registry for the registry to use. This is only public for testing purposes; the only production use should be from the CapabilitiesLauncher.

Directories

Path Synopsis
types
Note: the proto_path below directive ensures the generated protobuf's file descriptor has a fully qualified path, ensuring we avoid conflicts with other files called messages.proto
Note: the proto_path below directive ensures the generated protobuf's file descriptor has a fully qualified path, ensuring we avoid conflicts with other files called messages.proto

Jump to

Keyboard shortcuts

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