Add policy rule source and destination resource

Signed-off-by: bcmmbaga <bethuelmbaga12@gmail.com>
This commit is contained in:
bcmmbaga
2024-12-11 14:22:09 +01:00
parent 60ee31df3e
commit ac06f178fe
3 changed files with 47 additions and 11 deletions

View File

@@ -12,6 +12,11 @@ import (
"github.com/netbirdio/netbird/management/server/http/api"
)
type Resource struct {
ID string
Type string
}
type NetworkResourceType string
const (