# Functions
ProvideAuthInterceptor is called by wire.
ProvideRPC attaches all of the service implementations to a *grpc.Server and returns it.
# Variables
Set is used by wire.
# Structs
AuthInterceptor will examine an incoming RPC request for authorization data and decorate the context with a token.Session.
BusyInterceptor ensures that a vhost.VHost is present in RPC calls.
ElideInterceptor provides services for eliding marked message fields.
VHostInterceptor ensures that a vhost.VHost is present in RPC calls.