# Packages
No description provided by the author
# Functions
CreateGatewayHandler configures the gRPC API gateway by registering relevant handlers with the given mux.
CreateGrpcServer creates a gRPC server (by calling grpc.NewServer) with settings specific to this project, and registers services for, e.g., logging and authentication.
CreateShutdownHandler returns a function that shuts down the grpcServer when the context is closed.
TODO We don't need this function.