wrapper over the underlying spinner so we can mock it
| 14 | |
| 15 | // wrapper over the underlying spinner so we can mock it |
| 16 | type Spinner interface { |
| 17 | Start() |
| 18 | Stop() |
| 19 | } |
| 20 | |
| 21 | type factory struct { |
| 22 | client apiclient.ClientFactory |
no outgoing calls
no test coverage detected