Files
netmaker/models/mqtt.go
Matthew R Kasun 3e016ef8b5 WIP commit
2022-01-20 12:50:00 -05:00

14 lines
198 B
Go

package models
import "golang.zx2c4.com/wireguard/wgctrl/wgtypes"
type PeerUpdate struct {
Network string
Peers []wgtypes.Peer
}
type KeyUpdate struct {
Network string
Interface string
}