Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LocalNodeInfo ¶ added in v0.11.0
type LocalNodeInfo interface { // GetNodeUUID returns the local node UUID in a namespace, or nil if the node is not yet registered. It is cached for fast access GetNodeUUID(ctx context.Context, ns string) *fftypes.UUID }
LocalNodeInfo provides an interface to query the local node info
type MessageSender ¶ added in v0.11.0
type SystemEvents ¶
type SystemEvents interface {
AddSystemEventListener(ns string, el system.EventListener) error
}
SystemEvents specifies the internal interface, without creating a cycle
Click to show internal directories.
Click to hide internal directories.