mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-24 19:26:39 +00:00
simplify storage inheritance
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package settings
|
||||
|
||||
type repository interface {
|
||||
type Repository interface {
|
||||
FindSettings(accountID string) (Settings, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user