2025-04-21 09:31:22 +00:00

10 lines
126 B
Go

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