(intf string)
| 56 | } |
| 57 | |
| 58 | func (e *ethtoolLibrary) DriverInfo(intf string) (ethtool.DrvInfo, error) { |
| 59 | return e.ethtool.DriverInfo(intf) |
| 60 | } |
| 61 | |
| 62 | func (e *ethtoolLibrary) Stats(intf string) (map[string]uint64, error) { |
| 63 | return e.ethtool.Stats(intf) |
nothing calls this directly
no test coverage detected