package
0.0.0-20221220163408-c1c670b728f3
Repository: https://github.com/raahii/golang-grpc-realworld-example.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
RegisterArticlesHandler registers the http handlers for service Articles to "mux".
RegisterArticlesHandlerClient registers the http handlers for service Articles to "mux".
RegisterArticlesHandlerFromEndpoint is same as RegisterArticlesHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterArticlesHandlerServer registers the http handlers for service Articles to "mux".
No description provided by the author
RegisterUsersHandler registers the http handlers for service Users to "mux".
RegisterUsersHandlerClient registers the http handlers for service Users to "mux".
RegisterUsersHandlerFromEndpoint is same as RegisterUsersHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterUsersHandlerServer registers the http handlers for service Users to "mux".
No description provided by the author

# Variables

File_article_proto
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Article
No description provided by the author
response message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
request message.
CreateAritcleRequest_Article
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
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
request message.
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
UnimplementedArticlesServer can be embedded to have forward compatible implementations.
UnimplementedUsersServer can be embedded to have forward compatible implementations.
No description provided by the author
UpdateArticleRequest_Article
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
response message.

# Interfaces

ArticlesClient is the client API for Articles service.
ArticlesServer is the server API for Articles service.
UsersClient is the client API for Users service.
UsersServer is the server API for Users service.