Store knows how to store data into Pillar.
(d Data)
| 58 | |
| 59 | // Store knows how to store data into Pillar. |
| 60 | func (Pillar) Store(d Data) error { |
| 61 | fmt.Println("Out:", d.Line) |
| 62 | return nil |
| 63 | } |
| 64 | |
| 65 | // ============================================================================= |
| 66 |
nothing calls this directly
no outgoing calls
no test coverage detected