NICState provides the ability to access NIC state.
| 84 | |
| 85 | // NICState provides the ability to access NIC state. |
| 86 | type NICState interface { |
| 87 | State() (*api.InstanceStateNetwork, error) |
| 88 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…