| 18 | ) |
| 19 | |
| 20 | type Datasource struct { |
| 21 | config Config |
| 22 | } |
| 23 | |
| 24 | // The Null data source is designed to demonstrate how data sources work, and |
| 25 | // to provide a test plugin. It does not do anything useful; you assign an |
nothing calls this directly
no outgoing calls
no test coverage detected