go-sdk/service
Mike Nguyen 967570515b
Implement distributed scheduler building block (#562)
* feat: add jobs/scheduling api (with validation override)

Signed-off-by: mikeee <hey@mike.ee>

* chore: fix deps

Signed-off-by: mikeee <hey@mike.ee>

* fix: use cli fix

Signed-off-by: mikeee <hey@mike.ee>

* fix: ci artifact path set for cli build

Signed-off-by: mikeee <hey@mike.ee>

* chore: remove sidecar step

Signed-off-by: mikeee <hey@mike.ee>

* chore: revert changes to other examples

Signed-off-by: mikeee <hey@mike.ee>

---------

Signed-off-by: mikeee <hey@mike.ee>
Signed-off-by: Mike Nguyen <hey@mike.ee>
2024-07-17 09:04:45 -07:00
..
common Implement distributed scheduler building block (#562) 2024-07-17 09:04:45 -07:00
grpc Implement distributed scheduler building block (#562) 2024-07-17 09:04:45 -07:00
http Implement distributed scheduler building block (#562) 2024-07-17 09:04:45 -07:00
internal feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
Readme.md fixed typos (#172) 2021-06-18 15:04:11 -07:00

Readme.md

Dapr Service (Callback) SDK for Go

In addition to this Dapr API client, Dapr Go SDK also provides service package to bootstrap your Dapr callback services. These services can be developed in either gRPC or HTTP:

Templates

To accelerate your Dapr app development in Go even further, we've created a few GitHub templates which build on the above Dapr callback packages:

Contributing

See the Contribution Guide to get started with building and developing.