added support for networkresources

Signed-off-by: Dmitri Dolguikh <dmitri.external@netbird.io>
This commit is contained in:
Dmitri Dolguikh
2026-07-29 18:19:34 +02:00
parent 4525014632
commit 9dee2d60b9
4 changed files with 137 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ type NetworkResource struct {
Name string
Description string
Type string
Address string
Address string // TODO: isn't persisted in the DB
Domain string
Prefix netip.Prefix
Enabled bool