MCPcopy Create free account
hub / github.com/cloud-native-go/examples / KeyValueStore

Struct KeyValueStore

ch08/hexarch/core/core.go:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23)
24
25type KeyValueStore struct {
26 sync.RWMutex
27 m map[string]string
28 transact TransactionLogger
29}
30
31var ErrorNoSuchKey = errors.New("no such key")
32

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected