Class interfaces for all classes
| 6 | |
| 7 | // Class interfaces for all classes |
| 8 | type Class interface { |
| 9 | Attrs() *ClassAttrs |
| 10 | Type() string |
| 11 | } |
| 12 | |
| 13 | // Generic networking statistics for netlink users. |
| 14 | // This file contains "gnet_" prefixed structs and relevant functions. |
no outgoing calls
no test coverage detected
searching dependent graphs…