| 33 | ) |
| 34 | |
| 35 | type Driver struct { |
| 36 | url string |
| 37 | headers map[string]string |
| 38 | } |
| 39 | |
| 40 | func NewDriver(config string) (*Driver, map[string]interface{}, error) { |
| 41 | cfg := new(DriverConfig) |
nothing calls this directly
no outgoing calls
no test coverage detected