mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-19 00:36:38 +00:00
add example setup for management refactor
This commit is contained in:
5
management/refactor/settings/repository.go
Normal file
5
management/refactor/settings/repository.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package settings
|
||||
|
||||
type repository interface {
|
||||
FindSettings(accountID string) (Settings, error)
|
||||
}
|
||||
Reference in New Issue
Block a user