Collection of Buf plugins used by Qdrant Cloud APIs.
This project leverages Make to automate common development tasks. To view all available commands, run:
make help
To work with this project locally, you need to have Go installed. Additionally, there are other required dependencies that you can install running:
make bootstrap
To run the tests, execute:
make test
To format and lint the code of the project, execute:
make fmt
make lint