Files
netbird/shared/management/networkmap/nmdata/network_router.go

11 lines
202 B
Go

package nmdata
// NetworkRouter is the slim twin of routers/types.NetworkRouter.
type NetworkRouter struct {
PublicID string
PeerGroups []string
Masquerade bool
Metric int
Enabled bool
}