| 636 | } |
| 637 | |
| 638 | type QueryRequest struct { |
| 639 | state protoimpl.MessageState `protogen:"open.v1"` |
| 640 | Request *Request `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"` |
| 641 | Timings bool `protobuf:"varint,2,opt,name=timings,proto3" json:"timings,omitempty"` |
| 642 | Level ConsistencyLevel `protobuf:"varint,3,opt,name=level,proto3,enum=command.ConsistencyLevel" json:"level,omitempty"` |
| 643 | Freshness int64 `protobuf:"varint,4,opt,name=freshness,proto3" json:"freshness,omitempty"` |
| 644 | FreshnessStrict bool `protobuf:"varint,5,opt,name=freshness_strict,json=freshnessStrict,proto3" json:"freshness_strict,omitempty"` |
| 645 | LinearizableTimeout int64 `protobuf:"varint,6,opt,name=linearizable_timeout,json=linearizableTimeout,proto3" json:"linearizable_timeout,omitempty"` |
| 646 | unknownFields protoimpl.UnknownFields |
| 647 | sizeCache protoimpl.SizeCache |
| 648 | } |
| 649 | |
| 650 | func (x *QueryRequest) Reset() { |
| 651 | *x = QueryRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected