Pillar is a system we need to store data into.
| 55 | |
| 56 | // Pillar is a system we need to store data into. |
| 57 | type Pillar struct{} |
| 58 | |
| 59 | // Store knows how to store data into Pillar. |
| 60 | func (Pillar) Store(d Data) error { |
nothing calls this directly
no outgoing calls
no test coverage detected