Canonical location of the Dragonfly API definition
Go to file
dependabot[bot] 05a74d22cb
chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#494)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.72.0 to 1.72.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.72.0...v1.72.1)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-version: 1.72.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-19 10:34:13 +08:00
.github chore(deps): bump golangci/golangci-lint-action from 6 to 8 (#488) 2025-05-05 15:56:39 +08:00
hack add digest in DownloadPieceResponse (#457) 2025-02-12 11:22:36 +08:00
pkg/apis feat: add content_for_calculating_task_id for UploadPersistentCacheTaskRequest (#486) 2025-04-24 18:03:20 +08:00
proto feat: add content_for_calculating_task_id for UploadPersistentCacheTaskRequest (#486) 2025-04-24 18:03:20 +08:00
src feat: add content_for_calculating_task_id for UploadPersistentCacheTaskRequest (#486) 2025-04-24 18:03:20 +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 chore(deps): bump tokio from 1.44.2 to 1.45.0 (#492) 2025-05-19 10:33:45 +08:00
Cargo.toml chore(deps): bump tokio from 1.44.2 to 1.45.0 (#492) 2025-05-19 10:33:45 +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: 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/grpc from 1.72.0 to 1.72.1 (#494) 2025-05-19 10:34:13 +08:00
go.sum chore(deps): bump google.golang.org/grpc from 1.72.0 to 1.72.1 (#494) 2025-05-19 10:34:13 +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.