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

Struct Store

internal/remote/store.go:19–23  ·  view source on GitHub ↗

Store provides remote API access to a msgvault server.

Source from the content-addressed store, hash-verified

17
18// Store provides remote API access to a msgvault server.
19type Store struct {
20 baseURL string
21 apiKey string
22 httpClient *http.Client
23}
24
25// Config holds configuration for creating a remote store.
26type Config struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected