Quiz
- What is the purpose of the protoc-gen-validate plugin?
- Providing checking logic in a
.
proto
file - Generating validation code
- Both of them
- Providing checking logic in a
- What is
go-grpc-middleware
used for?- Providing commonly used interceptors
- Generating validation code
- Which middleware is used for displaying events as human-readable text?
tracing
auth
logging
- Which middleware is used to constrain the number of requests made per second?
tracing
ratelimit
auth