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

Struct Engine

internal/remote/engine.go:25–27  ·  view source on GitHub ↗

Engine implements query.Engine by making HTTP calls to a remote msgvault server.

Source from the content-addressed store, hash-verified

23
24// Engine implements query.Engine by making HTTP calls to a remote msgvault server.
25type Engine struct {
26 store *Store
27}
28
29// Compile-time check that Engine implements query.Engine.
30var _ query.Engine = (*Engine)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected