Pillar is a system we need to store data into.
| 61 | |
| 62 | // Pillar is a system we need to store data into. |
| 63 | type Pillar struct{} |
| 64 | |
| 65 | // Store knows how to store data into Pillar. |
| 66 | func (Pillar) Store(d Data) error { |
nothing calls this directly
no outgoing calls
no test coverage detected