Counter represents sFlow counters
| 73 | |
| 74 | // Counter represents sFlow counters |
| 75 | type Counter interface{} |
| 76 | |
| 77 | // Record represents sFlow sample record record |
| 78 | type Record interface{} |
nothing calls this directly
no outgoing calls
no test coverage detected