Xenia is a system we need to pull data from.
| 86 | |
| 87 | // Xenia is a system we need to pull data from. |
| 88 | type Xenia struct { |
| 89 | Host string |
| 90 | Timeout time.Duration |
| 91 | } |
| 92 | |
| 93 | // Pull knows how to pull data out of Xenia. |
| 94 | func (*Xenia) Pull(d *Data) error { |
nothing calls this directly
no outgoing calls
no test coverage detected