go-sdk/client
Josh van Leeuwen 9bc7d823cc
Update streaming subscription to understand new initial response (#601)
* Update streaming subscription to understand new initial response

Signed-off-by: joshvanl <me@joshvanl.dev>

* Update dapr CLI to 1.14.0-rc.6

Signed-off-by: joshvanl <me@joshvanl.dev>

* Update streamsub name in validate examples

Signed-off-by: joshvanl <me@joshvanl.dev>

* Apply suggestions from code review

Co-authored-by: Mike Nguyen <hey@mike.ee>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
Signed-off-by: Josh van Leeuwen <me@joshvanl.dev>
Co-authored-by: Mike Nguyen <hey@mike.ee>
2024-07-23 13:53:33 -07:00
..
internal fix(minor): remove unsupported schemes (#479) 2023-12-02 09:11:49 -08:00
actor.go Update github.com/dapr/dapr to v1.13.0-rc.1 (#503) 2024-02-07 07:54:01 -08:00
actor_test.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
binding.go refactor setting of api token (#502) 2024-01-29 17:24:12 -08:00
binding_test.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
bufpool.go [Crypto] Implement support for high-level crypto APIs (#387) 2023-05-26 07:58:35 -07:00
client.go Implement distributed scheduler building block (#562) 2024-07-17 09:04:45 -07:00
client_test.go Implement distributed scheduler building block (#562) 2024-07-17 09:04:45 -07:00
configuration.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
configuration_test.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
crypto.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
crypto_test.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
invoke.go Update github.com/dapr/dapr to v1.13.0-rc.1 (#503) 2024-02-07 07:54:01 -08:00
invoke_test.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
lock.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
lock_test.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
metadata.go Update github.com/dapr/dapr to v1.13.0-rc.1 (#503) 2024-02-07 07:54:01 -08:00
metadata_test.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
pubsub.go refactor setting of api token (#502) 2024-01-29 17:24:12 -08:00
pubsub_test.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
scheduling.go fix: stop schedule field from always being initialised (#597) 2024-07-22 12:19:53 -07:00
scheduling_test.go Implement distributed scheduler building block (#562) 2024-07-17 09:04:45 -07:00
secret.go refactor setting of api token (#502) 2024-01-29 17:24:12 -08:00
secret_test.go feat: go1.20 and golangci-lint v1.55.2 (#480) 2023-12-11 10:51:26 +08:00
state.go Bidirectional Subscriptions (#578) 2024-07-11 07:43:51 -07:00
state_test.go fix: update StateConsistency type to match protobufs (#481) 2024-01-19 08:52:10 -08:00
subscribe.go Update streaming subscription to understand new initial response (#601) 2024-07-23 13:53:33 -07:00
utils.go Add support for bulk publish (#384) 2023-03-31 14:57:57 +08:00
utils_test.go [Crypto] Implement support for high-level crypto APIs (#387) 2023-05-26 07:58:35 -07:00
wait.go Add wait() method to block until Sidecar is up. (#329) 2022-11-02 10:21:15 -07:00
wait_test.go fix(security): bump security vulnerabilities (#582) 2024-07-01 17:27:27 -07:00
workflow.go feat: workflow authoring and management support (#487) 2024-02-09 07:32:36 -08:00
workflow_test.go feat: workflow authoring and management support (#487) 2024-02-09 07:32:36 -08:00