# Functions
NewDefaultHandlerRegistry creates a registry with a default backend.
NewDefaultHandlerRegistryBackend creates a default backend for handler registry.
NewHandlerRegistry creates a registry with a custom backend.
NewPipeFromEnds creates a new pipe from its ends and connects it to the app.
# Variables
NewPipe creates a new pipe and connects it to the app.
# Structs
DummyPipeClient implements PipeClient when running the probe in debugging mode.
HandlerRegistry uses backend for storing and retrieving control requests handlers.
# Interfaces
HandlerRegistryBackend is an interface for storing control request handlers.
PipeClient is the type of the thing the probe uses to make pipe connections.