go-sdk/client
Josh van Leeuwen 224a159b98
Adds `DAPR_GRPC_ENPOINT` support to client (#475)
* Adds `DAPR_GRPC_ENPOINT` support to client

PR adds `DAPR_GRPC_ENPOINT` environment variable support to client.

Address parser respects http[s] schemes, and TLS query options, as per
[0008-S-sidecar-endpoint-tls.md](https://github.com/dapr/proposals/blob/main/0008-S-sidecar-endpoint-tls.md).

`DAPR_GRPC_ENDPONT` takes precedence over `DAPR_GRPC_PORT`.

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

* Remove errors.Join to have compatibility with Go 1.19

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

---------

Signed-off-by: joshvanl <me@joshvanl.dev>
2023-12-01 10:19:56 -08:00
..
internal Adds `DAPR_GRPC_ENPOINT` support to client (#475) 2023-12-01 10:19:56 -08:00
actor.go Remove deprecated method RenameActorReminder (#466) 2023-10-13 20:26:04 -07:00
actor_test.go Remove deprecated method RenameActorReminder (#466) 2023-10-13 20:26:04 -07:00
binding.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
binding_test.go replace license headers (#232) 2021-12-14 12:06:12 -08:00
bufpool.go [Crypto] Implement support for high-level crypto APIs (#387) 2023-05-26 07:58:35 -07:00
client.go Adds `DAPR_GRPC_ENPOINT` support to client (#475) 2023-12-01 10:19:56 -08:00
client_test.go Updates pinned runtime (#469) 2023-11-01 20:11:49 -07:00
configuration.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
configuration_test.go update config subscribe method (#389) 2023-04-27 15:07:16 -07:00
crypto.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
crypto_test.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
invoke.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
invoke_test.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
lock.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
lock_test.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
metadata.go Updates pinned runtime (#469) 2023-11-01 20:11:49 -07:00
metadata_test.go Implement metadata api access to the sidecar (#442) 2023-09-11 08:42:44 -07:00
pubsub.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
pubsub_test.go Add support for bulk publish (#384) 2023-03-31 14:57:57 +08:00
secret.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
secret_test.go replace license headers (#232) 2021-12-14 12:06:12 -08:00
state.go migrate protos (#439) 2023-09-26 09:20:08 -07:00
state_test.go migrate protos (#439) 2023-09-26 09:20:08 -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 migrate protos (#439) 2023-09-26 09:20:08 -07:00