mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-29 03:23:56 +01:00
fd67892cb4
Refactor the flat code structure
10 lines
126 B
Go
10 lines
126 B
Go
package configurer
|
|
|
|
import "time"
|
|
|
|
type WGStats struct {
|
|
LastHandshake time.Time
|
|
TxBytes int64
|
|
RxBytes int64
|
|
}
|