# Functions
Helper which returns a generic regex string for creating endpoint patterns that are identified by the given name in the backends.
GenericNameWithAtRegex returns a generic regex that allows alphanumeric characters along with -, .
Helper which returns a regex string for capturing an entire endpoint path as the given name.
Helper which returns a regex string for optionally accepting the a field from the API URL.
PathAppend is a helper for appending lists of paths into a single list.
# Variables
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Namespace is a single path that the grpc-backend responds to.
OperationProperties describes an operation for documentation, help text, and other clients.
PathOperation is a concrete implementation of OperationHandler.
No description provided by the author
# Interfaces
OperationHandler defines and describes a specific operation handler.
# Type aliases
CleanupFunc is the callback for grpc-backend unload.
ExistenceFunc is the callback called for an existence check on a path.
No description provided by the author
InitializeFunc is the callback, which if set, will be invoked via Initialize() just after a plugins has been mounted.
OperationFunc is the callback called for an operation on a path.