59bd822af9
* the protocol service definition, ReadRequest and ReadResponse is reused across projects, rather than requiring redefinition. * the ReadRequest protocol buffer definition removes the concept of a database and retention policy, replacing it with a field named ReadSource of type google.protobuf.Any. OSS requests will use the ReadSource message structure defined in local to this package, which defines fields to represent a Database and RetentionPolicy. Other implementations can provide their own data structure allowing the remainder of the ReadRequest to be reused. * The RPC service and Store are expected to be redefined to handle their specific requirements for resolving a ReadSource * ResultSet and GroupResultSet are interfaces representing non-grouping and grouping read behavior respectively. Calling NewResultSet or NewGroupResultSet will construct instances of these types * The ResponseWriter type is exported to deal with serialization of the ResultSet and GroupResultSet types |
||
---|---|---|
.. | ||
remote | ||
converters.go |