blob: c91894178737d65f59c82d607991214790724afe (
plain)
1
2
3
4
|
// Package ifcounters provides the helper API for decoding VnetInterfaceCounters binary API message
// that contains binary-encoded statistics data into the Go structs that are better consumable by the Go code.
// TODO: example usage - currently in the example_client.go
package ifcounters
|