MCPcopy
hub / github.com/hoanhan101/ultimate-go / Store

Method Store

go/design/decoupling_3.go:92–92  ·  view source on GitHub ↗
(d *Data)

Source from the content-addressed store, hash-verified

90// Storer declares behavior for storing data.
91type Storer interface {
92 Store(d *Data) error
93}
94
95// PullStorer declares behaviors for both pulling and storing.

Callers 4

storeFunction · 0.65
storeFunction · 0.65
storeFunction · 0.65
storeFunction · 0.65

Implementers 1

Pillargo/design/decoupling_4.go

Calls

no outgoing calls

Tested by

no test coverage detected