# Functions
NewGreeter creates new greeter server.
No description provided by the author
NewHWStats creates new stats handler.
No description provided by the author
# Variables
Bidi is a bidi / duplex call.
ClientStream is a client streaming call.
ServerStream is a server streaming call.
Unary is a unary call.
# Structs
Greeter implements the GreeterServer for tests.
The response message containing the greetings.
The request message containing the user's name.
HWStatsHandler is for gRPC stats.
# Interfaces
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
No description provided by the author
# Type aliases
CallType represents one of the gRPC call types: unary, client streaming, server streaming, bidi.