MCPcopy
hub / github.com/rqlite/rqlite / QueryRequest

Struct QueryRequest

command/proto/command.pb.go:638–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

636}
637
638type 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
650func (x *QueryRequest) Reset() {
651 *x = QueryRequest{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected