MCPcopy
hub / github.com/kenn-io/msgvault / RemoteStore

Interface RemoteStore

cmd/msgvault/cmd/store_resolver.go:90–93  ·  view source on GitHub ↗

RemoteStore extends MessageStore with remote-specific operations.

Source from the content-addressed store, hash-verified

88
89// RemoteStore extends MessageStore with remote-specific operations.
90type RemoteStore interface {
91 MessageStore
92 ListAccounts() ([]remote.AccountInfo, error)
93}
94
95// IsRemoteMode returns true if commands should use remote server.
96// Resolution order:

Callers 1

listRemoteAccountsFunction · 0.65

Implementers 5

Engineinternal/remote/engine.go
Storeinternal/remote/store.go
SQLiteEngineinternal/query/sqlite.go
DuckDBEngineinternal/query/duckdb.go
MockEngineinternal/query/querytest/mock_engine.g

Calls

no outgoing calls

Tested by

no test coverage detected