MCPcopy Create free account
hub / github.com/goinaction/code / Store

Method Store

chapter10/listing02/listing02.go:32–32  ·  view source on GitHub ↗
(d Data)

Source from the content-addressed store, hash-verified

30// Storer declares behavior for storing data.
31type Storer interface {
32 Store(d Data) error
33}
34
35// =============================================================================

Callers

nothing calls this directly

Implementers 4

Pillarchapter10/listing03/listing03.go
Pillarchapter10/listing02/listing02.go
Pillarchapter10/listing01/listing01.go
Pillarchapter10/listing04/listing04.go

Calls

no outgoing calls

Tested by

no test coverage detected