gRPC interceptor
gRPCの各リクエストの前後に処理を挟む仕組み
UnaryとStreamingがそれぞれサーバー/クライアントに存在する
https://github.com/grpc-ecosystem/go-grpc-middleware
https://github.com/mercari/go-grpc-interceptor
ref
https://kiririmode.hatenablog.jp/entry/20181124/1543045982