mirror of
https://github.com/netbirdio/netbird.git
synced 2026-09-20 21:59:07 +02:00
6 lines
98 B
Go
6 lines
98 B
Go
package settings
|
|
|
|
type Repository interface {
|
|
FindSettings(accountID string) (Settings, error)
|
|
}
|