Canonical location of the Dragonfly API definition
Go to file
Gaius 502a8fbe6e
feat: set output_path to optional and add need_piece_content for downloading persistent cache (#435)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2025-01-02 15:51:29 +08:00
.github chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#310) 2024-05-13 10:57:05 +08:00
hack feat: remove security proto (#403) 2024-10-10 17:54:09 +08:00
pkg/apis feat: set output_path to optional and add need_piece_content for downloading persistent cache (#435) 2025-01-02 15:51:29 +08:00
proto feat: set output_path to optional and add need_piece_content for downloading persistent cache (#435) 2025-01-02 15:51:29 +08:00
src feat: set output_path to optional and add need_piece_content for downloading persistent cache (#435) 2025-01-02 15:51:29 +08:00
.gitignore feat: remove rate limit in download message (#249) 2024-01-11 15:45:30 +08:00
.golangci.yml feat: generate grpc proto and mocks 2022-07-29 15:06:10 +08:00
.markdownlint.yml feat: generate grpc proto and mocks 2022-07-29 15:06:10 +08:00
Cargo.lock feat: set output_path to optional and add need_piece_content for downloading persistent cache (#435) 2025-01-02 15:51:29 +08:00
Cargo.toml feat: set output_path to optional and add need_piece_content for downloading persistent cache (#435) 2025-01-02 15:51:29 +08:00
LICENSE Initial commit 2022-07-28 20:31:19 +08:00
Makefile feat: init rust grpc protoc (#51) 2023-01-04 15:35:17 +08:00
README.md chore: rename repo Dragonfly2 to dragonfly (#428) 2024-12-20 17:13:23 +08:00
build.rs feat: remove security proto (#403) 2024-10-10 17:54:09 +08:00
go.mod chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (#432) 2024-12-31 09:25:11 +08:00
go.sum chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 (#432) 2024-12-31 09:25:11 +08:00

README.md

api

Discussions LICENSE

Canonical location of the Dragonfly API definition. The project includes the api definitions of dragonfly services and the mocks of the interface.

Note to developers

If developers need to change dragonfly api definition, please contact dragonfly maintainers.

Community

Join the conversation and help the community.

Contributing

You should check out our CONTRIBUTING and develop the project together.

Code of Conduct

Please refer to our Code of Conduct.