# Functions
NewGameCommentServiceClient constructs a client for the comments_service.GameCommentService service.
NewGameCommentServiceHandler builds an HTTP handler from the service implementation.
# Constants
GameCommentServiceAddGameCommentProcedure is the fully-qualified name of the GameCommentService's AddGameComment RPC.
GameCommentServiceDeleteGameCommentProcedure is the fully-qualified name of the GameCommentService's DeleteGameComment RPC.
GameCommentServiceEditGameCommentProcedure is the fully-qualified name of the GameCommentService's EditGameComment RPC.
GameCommentServiceGetCommentsForAllGamesProcedure is the fully-qualified name of the GameCommentService's GetCommentsForAllGames RPC.
GameCommentServiceGetGameCommentsProcedure is the fully-qualified name of the GameCommentService's GetGameComments RPC.
GameCommentServiceName is the fully-qualified name of the GameCommentService service.
# Structs
UnimplementedGameCommentServiceHandler returns CodeUnimplemented from all methods.
# Interfaces
GameCommentServiceClient is a client for the comments_service.GameCommentService service.
GameCommentServiceHandler is an implementation of the comments_service.GameCommentService service.