Canonical location of the Dragonfly API definition
Go to file
Gaius 11a152f294
feat: change piece number type from uint32 to int32 (#72)
Signed-off-by: Gaius <gaius.qi@gmail.com>
2023-02-20 16:00:17 +08:00
.github feat: change fields of range (#68) 2023-02-13 20:58:30 +08:00
hack feat: add ImportTask, ExportTask and DeleteTask api (#50) 2022-12-21 14:10:08 +08:00
pkg/apis feat: change piece number type from uint32 to int32 (#72) 2023-02-20 16:00:17 +08:00
proto feat: change piece number type from uint32 to int32 (#72) 2023-02-20 16:00:17 +08:00
src feat: change piece number type from uint32 to int32 (#72) 2023-02-20 16:00:17 +08:00
.gitignore feat: init rust grpc protoc (#51) 2023-01-04 15:35:17 +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.toml feat: init rust grpc protoc (#51) 2023-01-04 15:35:17 +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 docs: readme removes twitter badge 2022-07-29 16:05:42 +08:00
build.rs feat: init rust grpc protoc (#51) 2023-01-04 15:35:17 +08:00
go.mod chore(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#67) 2023-02-13 20:59:12 +08:00
go.sum chore(deps): bump google.golang.org/grpc from 1.52.3 to 1.53.0 (#67) 2023-02-13 20:59:12 +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

Welcome developers to actively participate in community discussions and contribute code to Dragonfly. We will remain concerned about the issues discussed in the community and respond quickly.

Contributing

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

Code of Conduct

Please refer to our Code of Conduct.