Pillar is a system we need to store data into.
| 43 | |
| 44 | // Pillar is a system we need to store data into. |
| 45 | type Pillar struct{} |
| 46 | |
| 47 | // Store knows how to store data into Pillar. |
| 48 | func (Pillar) Store(d Data) error { |
nothing calls this directly
no outgoing calls
no test coverage detected