package
1.40.0
Repository: https://github.com/authzed/spicedb.git
Documentation: pkg.go.dev

# Functions

NewClusterDispatcher creates a dispatcher implementation that uses the provided client to dispatch requests to peer nodes in the cluster.
ParseDispatchExpression parses a dispatch expression via CEL.
RunDispatchExpr runs a dispatch CEL expression over the given request and returns the secondary dispatchers to invoke, if any.

# Structs

No description provided by the author
DispatchExpr is a CEL expression that can be run to determine the secondary dispatchers, if any, to invoke for the incoming request.
SecondaryDispatch defines a struct holding a client and its name for secondary dispatching.

# Interfaces

No description provided by the author