# Functions
NewGRPCServer provides the users a way to instantiate out service.
returns *http.Server and handlers are set here from gorilla/mux library.
No description provided by the author
# Variables
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
we depend on an interface for the Authorizer so that we can switch out the authorization implementation.
DIP principle using CommitLog interface.