mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-24 19:26:39 +00:00
removed even setup keys and onboarding from light version of getaccount
This commit is contained in:
@@ -7,5 +7,6 @@ import (
|
||||
)
|
||||
|
||||
type RequestBuffer interface {
|
||||
GetAccountWithoutUsersWithBackpressure(ctx context.Context, accountID string) (*types.Account, error)
|
||||
// GetAccountLightWithBackpressure returns account without users, setup keys, and onboarding data with request buffering
|
||||
GetAccountLightWithBackpressure(ctx context.Context, accountID string) (*types.Account, error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user