package
1.0.0
Repository: https://github.com/razorpay/trino-gateway.git
Documentation: pkg.go.dev

# Functions

Dispatch dispatches the given action to all registered callbacks.
Register registers the callback to handle dispatched actions, the returned ID may be used to unregister the callback later.
Unregister unregisters the callback previously registered via a call to Register.

# Type aliases

ID is a unique identifier representing a registered callback function.