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

Struct Pillar

chapter10/listing04/listing04.go:63–63  ·  view source on GitHub ↗

Pillar is a system we need to store data into.

Source from the content-addressed store, hash-verified

61
62// Pillar is a system we need to store data into.
63type Pillar struct{}
64
65// Store knows how to store data into Pillar.
66func (Pillar) Store(d Data) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected