# Functions

RepackConnectorTokenIncomingContext takes the connector token from the gRPC metadata and repacks it into the context so it can be retrieved using pconnutils.ConnectorTokenFromContext.
RepackConnectorTokenOutgoingContext takes the connector token from ctx using pconnutils.ConnectorTokenFromContext and repacks it into gRPC metadata so it can be sent to the server.
UnwrapGRPCError removes the gRPC wrapper from the error and returns a known error if possible, otherwise creates an internal error.

# Constants

No description provided by the author