MCPcopy
hub / github.com/rqlite/rqlite / StatusReporter

Interface StatusReporter

http/service.go:103–105  ·  view source on GitHub ↗

StatusReporter is the interface status providers must implement.

Source from the content-addressed store, hash-verified

101
102// StatusReporter is the interface status providers must implement.
103type StatusReporter interface {
104 Stats() (map[string]any, error)
105}
106
107// DBResults stores either an Execute result, a Query result, or
108// an ExecuteQuery result.

Callers

nothing calls this directly

Implementers 15

MockStorehttp/service_test.go
mockClusterServicehttp/service_test.go
mockStatusReporterhttp/service_test.go
RequestMarshalercommand/marshal.go
Storestore/store.go
NodeTransportstore/transport.go
Logstore/log/log.go
Servicecdc/service.go
CheckAndSetinternal/rsync/cas.go
Uploaderauto/backup/uploader.go
Muxtcp/mux.go
NetworkReportertcp/network.go

Calls

no outgoing calls

Tested by

no test coverage detected