Sample represents sFlow sample flow
| 70 | |
| 71 | // Sample represents sFlow sample flow |
| 72 | type Sample interface{} |
| 73 | |
| 74 | // Counter represents sFlow counters |
| 75 | type Counter interface{} |
nothing calls this directly
no outgoing calls
no test coverage detected