| 960 | } |
| 961 | |
| 962 | type ExecuteQueryRequest struct { |
| 963 | state protoimpl.MessageState `protogen:"open.v1"` |
| 964 | Request *Request `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"` |
| 965 | Timings bool `protobuf:"varint,2,opt,name=timings,proto3" json:"timings,omitempty"` |
| 966 | Level ConsistencyLevel `protobuf:"varint,3,opt,name=level,proto3,enum=command.ConsistencyLevel" json:"level,omitempty"` |
| 967 | Freshness int64 `protobuf:"varint,4,opt,name=freshness,proto3" json:"freshness,omitempty"` |
| 968 | FreshnessStrict bool `protobuf:"varint,5,opt,name=freshness_strict,json=freshnessStrict,proto3" json:"freshness_strict,omitempty"` |
| 969 | LinearizableTimeout int64 `protobuf:"varint,6,opt,name=linearizable_timeout,json=linearizableTimeout,proto3" json:"linearizable_timeout,omitempty"` |
| 970 | unknownFields protoimpl.UnknownFields |
| 971 | sizeCache protoimpl.SizeCache |
| 972 | } |
| 973 | |
| 974 | func (x *ExecuteQueryRequest) Reset() { |
| 975 | *x = ExecuteQueryRequest{} |
nothing calls this directly
no outgoing calls
no test coverage detected