WIP commit

This commit is contained in:
Matthew R Kasun
2022-01-12 16:23:34 -05:00
parent deef5482a3
commit 3e016ef8b5
9 changed files with 293 additions and 22 deletions

View File

@@ -3,9 +3,8 @@ package models
import "golang.zx2c4.com/wireguard/wgctrl/wgtypes"
type PeerUpdate struct {
Network string
Interface string
Peers []wgtypes.Peer
Network string
Peers []wgtypes.Peer
}
type KeyUpdate struct {