package
0.0.0-20211020184239-77bde1664831
Repository: https://github.com/kward/venue.git
Documentation: pkg.go.dev

# Packages

Package actions defines the supported endpoint actions.
Package controls defines the supported console controls.
Package signals defines the supported types of console signals.

# Functions

Dispatch the packet to the endpoints.
Handle requests that a packet be handled by the appropriate handler from Handlers `hs` for the Endpoint `ep`.
NewNoopPacket generates a new Noop packet.

# Structs

HandlerSpec represents an Endpoint handler specification.
Packet represents a audio action to perform.
Router holds the representation of a Router.

# Interfaces

An Endpoint can handle routed packets.

# Type aliases

Handler describes an Endpoint handler.
Handlers is a map of HandlerSpec keyed on actions.Action.