Versions in this module Expand all Collapse all v0 v0.12.4 Jan 17, 2024 Changes in this version + type Namespace interface + Sample func() (*Sample, error) + Set func(*specs.Spec) error + type Provider interface + New func(ctx context.Context, hostname string) (Namespace, error) + func NewHostProvider() Provider + func NewNoneProvider() Provider + type Sample struct + RxBytes int64 + RxDropped int64 + RxErrors int64 + RxPackets int64 + TxBytes int64 + TxDropped int64 + TxErrors int64 + TxPackets int64