Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
31
type
Storer
interface
{
32
Store(d Data) error
33
}
34
35
// =============================================================================
Callers
nothing calls this directly
Implementers
4
Pillar
chapter10/listing03/listing03.go
Pillar
chapter10/listing02/listing02.go
Pillar
chapter10/listing01/listing01.go
Pillar
chapter10/listing04/listing04.go
Calls
no outgoing calls
Tested by
no test coverage detected