# Functions
NewClient makes new instance of Client.
# Structs
Client provides methods to make grpc requests to remote server.
FileResponse describes a GRPC response.
Params describes parameters of grpc client.
Request describes a GRPC request.
# Type aliases
ErrMethodNotFound indicates that the requested method was not found in service.
ErrOutputNotSupported indicates that handling the output of the GRPC method is currently not supported.