netmaker/models/mqtt.go
2022-01-20 12:52:49 -05:00

14 lines
204 B
Go

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