2020-06-19から1日間の記事一覧

Goでprotobufの定義をimportせずにフィールドの値を使う

Go

以下のようなコードでreqにあるフィールドを使いたい場合、 opt := grpc.WithUnaryInterceptor(func(ctx context.Context, method string, req, reply interface{}, cc *grpc.ClientConn, invoker grpc.UnaryInvoker, opts ...grpc.CallOption) error { // …