# Functions
ListenAndServe is a blocking function that sets up a gRPC based server at the address supplied, with the gRPC options passed in.
NewClient creates a gRPC client connected to the bound gRPC server at serverAddr.
No description provided by the author
# Type aliases
Security defines how the client will talk to the gRPC server.