mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-24 23:59:08 +02: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