MCPcopy
hub / github.com/rqlite/rqlite / Requester

Interface Requester

command/marshal.go:21–24  ·  view source on GitHub ↗

Requester is the interface objects must support to be marshaled successfully.

Source from the content-addressed store, hash-verified

19// Requester is the interface objects must support to be marshaled
20// successfully.
21type Requester interface {
22 pb.Message
23 GetRequest() *proto.Request
24}
25
26// RequestMarshaler marshals Request objects, potentially performing
27// gzip compression.

Callers 1

MarshalMethod · 0.65

Implementers 4

QueryRequestcommand/proto/command.pb.go
ExecuteRequestcommand/proto/command.pb.go
ExecuteQueryRequestcommand/proto/command.pb.go
Commandcluster/proto/message.pb.go

Calls

no outgoing calls

Tested by

no test coverage detected