Store knows how to store data into Pillar.
(d Data)
| 64 | |
| 65 | // Store knows how to store data into Pillar. |
| 66 | func (Pillar) Store(d Data) error { |
| 67 | fmt.Println("Out:", d.Line) |
| 68 | return nil |
| 69 | } |
| 70 | |
| 71 | // ============================================================================= |
| 72 |
nothing calls this directly
no outgoing calls
no test coverage detected