stargate / stargate-grpc-go-client

A golang gRPC client for https://stargate.io
Apache License 2.0
18 stars 7 forks source link

Remove use of `Payload` #8

Closed mpenick closed 3 years ago

mpenick commented 3 years ago

Payload and use of Any have been removed from the API in favor of using the concrete types Values and ResultSet directly: https://github.com/stargate/stargate/pull/1370/

This should simplify usage, but it requires client changes.