removed even setup keys and onboarding from light version of getaccount

This commit is contained in:
crn4
2025-12-17 18:24:58 +01:00
parent 7484c777e9
commit 06da6dce38
5 changed files with 50 additions and 83 deletions

View File

@@ -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)
}