package
0.0.0-20190523024001-576a46118bab
Repository: https://github.com/takafk9/go-grpc-sample.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
RegisterBookServiceHandler registers the http handlers for service BookService to "mux".
RegisterBookServiceHandlerClient registers the http handlers for service BookService to "mux".
RegisterBookServiceHandlerFromEndpoint is same as RegisterBookServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
No description provided by the author
# Structs
bookのデータをやり取りするためのメッセージ.
本の情報を新しく作る時のメッセージ.
書籍情報作成時のレスポンスメッセージ.
書籍情報を削除する場合のメッセージ.
書籍情報を削除した時のレスポンス.
全件取得する場合のメッセージ.
書籍情報を全件取得した時のレスポンス.
書籍情報をID指定で取得する時のメッセージ.
書籍情報をIDで取得する場合のレスポンス.
UnimplementedBookServiceServer can be embedded to have forward compatible implementations.
書籍情報を更新する場合のメッセージ.
書籍情報を更新した時のレスポンス.
# Interfaces
BookServiceClient is the client API for BookService service.
BookServiceServer is the server API for BookService service.