package
0.0.0-20220228195703-faa0873624b1
Repository: https://github.com/vladimirvivien/go-grpc.git
Documentation: pkg.go.dev
# README
gRPC Error Example
This package introduces error handling in the gRPC code. It shows how create proper error types based on request status including status code. You will also learn how to wrap structured objects in errors.
# Structs
CurrencyService implements the pb CurrencyServiceServer interface.