mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-20 17:26:40 +00:00
6 lines
98 B
Go
6 lines
98 B
Go
package settings
|
|
|
|
type repository interface {
|
|
FindSettings(accountID string) (Settings, error)
|
|
}
|