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

Struct Pillar

chapter10/listing01/listing01.go:45–45  ·  view source on GitHub ↗

Pillar is a system we need to store data into.

Source from the content-addressed store, hash-verified

43
44// Pillar is a system we need to store data into.
45type Pillar struct{}
46
47// Store knows how to store data into Pillar.
48func (Pillar) Store(d Data) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected