MCPcopy
hub / github.com/olric-data/olric / EmbeddedClient

Struct EmbeddedClient

embedded_client.go:51–53  ·  view source on GitHub ↗

EmbeddedClient is an Olric client implementation for embedded-member scenario.

Source from the content-addressed store, hash-verified

49
50// EmbeddedClient is an Olric client implementation for embedded-member scenario.
51type EmbeddedClient struct {
52 db *Olric
53}
54
55// EmbeddedDMap is an DMap client implementation for embedded-member scenario.
56type EmbeddedDMap struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected