netbird/client/iface/configurer/wgstats.go

10 lines
126 B
Go
Raw Normal View History

package configurer
import "time"
type WGStats struct {
LastHandshake time.Time
TxBytes int64
RxBytes int64
}