mirror of
https://github.com/netbirdio/netbird.git
synced 2026-07-30 19:26:11 -04:00
11 lines
202 B
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
|
|
}
|