stargate-grpc-go-client
stargate-grpc-go-client copied to clipboard
Add proto scanner and basic value readers
What this PR does:
- Implements native wrapper/translation types for critical protobuf message components.
- Demonstrates how these types might be used in production and in testing to simplify working with protobuf data.
- Lays the foundation for something like #20:
struct
s consisting ofCassandraType
s could be scanned at initialization to createValueReader
-like function sets for scanning rows wholesale into instances.
Which issue(s) this PR fixes: For #22 Contains #24
Checklist
- [x] Changes manually tested
- [x] Automated Tests added/updated
- [x] Documentation added/updated
- [x] CLA Signed: DataStax CLA