| 52 | } |
| 53 | |
| 54 | type ethtoolLibrary struct { |
| 55 | ethtool *ethtool.Ethtool |
| 56 | } |
| 57 | |
| 58 | func (e *ethtoolLibrary) DriverInfo(intf string) (ethtool.DrvInfo, error) { |
| 59 | return e.ethtool.DriverInfo(intf) |
nothing calls this directly
no outgoing calls
no test coverage detected