package
0.0.0-beta
Repository: https://github.com/jun3372/weaver.git
Documentation: pkg.go.dev

# Functions

ExtractEdges returns the edges corresponding to MakeEdgeString() results that occur in data.
ExtractListeners returns the components and their listeners encoded using MakeListenersString() in data.
Find returns the registration of the named component.
MakeEdgeString returns a string that should be emitted into generated code to represent an edge from src to dst.
MakeListenersString returns a string that should be emitted into generated code to represent the set of listeners associated with a given component.
globalRegistry is the global registry used by Register and Registered.
Registered returns the components registered with Register.

# Structs

ComponentListeners represents a set of listeners for a given component.
Registration is the configuration needed to register a Service Weaver component.