mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
8 lines
75 B
Go
8 lines
75 B
Go
package policies
|
|
|
|
type Policy interface {
|
|
}
|
|
|
|
type DefaultPolicy struct {
|
|
}
|