mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 16:26:38 +00:00
[management] Setup key improvements (#2775)
This commit is contained in:
@@ -153,6 +153,7 @@ type AccountManager interface {
|
||||
FindExistingPostureCheck(accountID string, checks *posture.ChecksDefinition) (*posture.Checks, error)
|
||||
GetAccountIDForPeerKey(ctx context.Context, peerKey string) (string, error)
|
||||
GetAccountSettings(ctx context.Context, accountID string, userID string) (*Settings, error)
|
||||
DeleteSetupKey(ctx context.Context, accountID, userID, keyID string) error
|
||||
}
|
||||
|
||||
type DefaultAccountManager struct {
|
||||
|
||||
Reference in New Issue
Block a user