Operations created using Protocol Buffer:
- CreateCategory: Create a category entity using bidirectional data streaming
- GetCategoryBy(Id): Return a category by the identifier
- GetAllCategories: Return all categories
protoc --go_out=. --go-grpc_out=. proto/course_category.proto
For interacting it's possible use Evans. If you run this project using Dev Containers Evans it's already installed in the docker image.
evans -r repl