()
| 46 | } |
| 47 | |
| 48 | func (w *WeightDevice) String() string { |
| 49 | return fmt.Sprintf("%s:%d", w.Path, w.Weight) |
| 50 | } |
| 51 | |
| 52 | // ThrottleDevice is a structure that holds device:rate_per_second pair |
| 53 | type ThrottleDevice struct { |
no outgoing calls
no test coverage detected