Driver is the passdriver object
| 56 | |
| 57 | // Driver is the passdriver object |
| 58 | type Driver struct { |
| 59 | driverConfig |
| 60 | } |
| 61 | |
| 62 | // NewDriver creates a new secret driver. |
| 63 | func NewDriver(opts map[string]string) (*Driver, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected