Canonical location of the Dragonfly API definition
Go to file
dependabot[bot] 2f118dc56c
chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0 (#295)
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.1...v1.63.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-08 10:52:52 +08:00
.github chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#275) 2024-02-18 16:01:54 +08:00
hack feat: add error details to api (#283) 2024-02-28 12:42:22 +08:00
pkg/apis feat: dfdaemon peer exchange (#229) 2024-03-27 14:18:05 +08:00
proto feat: add need_back_to_source and disable_back_to_source (#292) 2024-03-15 18:30:24 +08:00
src feat: add need_back_to_source and disable_back_to_source (#292) 2024-03-15 18:30:24 +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 chore(deps): bump tokio from 1.36.0 to 1.37.0 (#293) 2024-04-08 10:52:08 +08:00
Cargo.toml chore(deps): bump tokio from 1.36.0 to 1.37.0 (#293) 2024-04-08 10:52:08 +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: change Github Discussion link 2023-05-30 17:44:09 +08:00
build.rs feat: add error details to api (#283) 2024-02-28 12:42:22 +08:00
go.mod chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0 (#295) 2024-04-08 10:52:52 +08:00
go.sum chore(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0 (#295) 2024-04-08 10:52:52 +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.