# Functions
BuildServer creates a gRPC server, attaches the OPA policy interceptor with supplied args and then registers all of the imported SansShell modules.
Serve wraps up BuildServer in a succinct API for callers passing along various parameters.
WithAuthzHook adds an authz hook which is checked by the installed authorizer.
WithCredentials applies credentials to be used by the RPC server.
WithLogger applies a logger that is used for all logging.
WithParsedPolicy applies an already-parsed OPA policy used against incoming RPC requests.
WithPolicy applies an OPA policy used against incoming RPC requests.
WithRawServerOption allows one access to the RPC Server object.
WithStatsHandler adds a stats handler for telemetry.
WithStreamInterceptor adds an additional stream interceptor installed after telemetry and authz.
WithUnaryInterceptor adds an additional unary interceptor installed after telemetry and authz.
# Interfaces
No description provided by the author