mirror of
https://github.com/netbirdio/netbird.git
synced 2026-08-29 11:01:29 +02:00
Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io> Co-authored-by: Dmitri Dolguikh <dmitri.external@netbird.io>
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
|
|
}
|