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

Struct Pillar

chapter10/listing02/listing02.go:57–57  ·  view source on GitHub ↗

Pillar is a system we need to store data into.

Source from the content-addressed store, hash-verified

55
56// Pillar is a system we need to store data into.
57type Pillar struct{}
58
59// Store knows how to store data into Pillar.
60func (Pillar) Store(d Data) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected