MCPcopy
hub / github.com/rqlite/rqlite / mockStatusReporter

Struct mockStatusReporter

http/service_test.go:2739–2740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2737}
2738
2739type mockStatusReporter struct {
2740}
2741
2742func (m *mockStatusReporter) Stats() (map[string]any, error) {
2743 return nil, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected