MCPcopy
hub / github.com/rqlite/rqlite / ExecuteRequest

Struct ExecuteRequest

command/proto/command.pb.go:842–848  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

840}
841
842type ExecuteRequest struct {
843 state protoimpl.MessageState `protogen:"open.v1"`
844 Request *Request `protobuf:"bytes,1,opt,name=request,proto3" json:"request,omitempty"`
845 Timings bool `protobuf:"varint,2,opt,name=timings,proto3" json:"timings,omitempty"`
846 unknownFields protoimpl.UnknownFields
847 sizeCache protoimpl.SizeCache
848}
849
850func (x *ExecuteRequest) Reset() {
851 *x = ExecuteRequest{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected