Canonical location of the Dragonfly API definition
Go to file
dependabot[bot] 6279ff975c
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-18 02:16:04 +00:00
.github chore(deps): bump actions/checkout from 4 to 5 2025-08-18 02:16:04 +00:00
hack add digest in DownloadPieceResponse (#457) 2025-02-12 11:22:36 +08:00
pkg/apis feat: set optional for rx_bandwidth and tx_bandwidth (#525) 2025-08-08 18:45:13 +08:00
proto feat: set optional for rx_bandwidth and tx_bandwidth (#525) 2025-08-08 18:45:13 +08:00
src feat: set optional for rx_bandwidth and tx_bandwidth (#525) 2025-08-08 18:45:13 +08:00
.gitignore feat: remove rate limit in download message (#249) 2024-01-11 15:45:30 +08:00
.golangci.yml chore(deps): bump golangci/golangci-lint-action from 6 to 8 (#488) 2025-05-05 15:56:39 +08:00
.markdownlint.yml feat: generate grpc proto and mocks 2022-07-29 15:06:10 +08:00
Cargo.lock feat: set optional for rx_bandwidth and tx_bandwidth (#525) 2025-08-08 18:45:13 +08:00
Cargo.toml feat: set optional for rx_bandwidth and tx_bandwidth (#525) 2025-08-08 18:45:13 +08:00
LICENSE Initial commit 2022-07-28 20:31:19 +08:00
Makefile add digest in DownloadPieceResponse (#457) 2025-02-12 11:22:36 +08:00
README.md chore(README.md): add maintainer google groups for communication channels and remove discussion group (#495) 2025-05-23 16:04:24 +08:00
build.rs feat: add Cache Task mechanism (#512) 2025-07-24 18:27:23 +08:00
go.mod chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.7 (#528) 2025-08-13 11:42:15 +08:00
go.sum chore(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.7 (#528) 2025-08-13 11:42:15 +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.