implement separate method for getaccount without users

This commit is contained in:
crn4
2025-12-17 17:49:17 +01:00
parent 537151e0f3
commit 7484c777e9
5 changed files with 413 additions and 17 deletions

View File

@@ -7,5 +7,5 @@ import (
)
type RequestBuffer interface {
GetAccountWithBackpressure(ctx context.Context, accountID string) (*types.Account, error)
GetAccountWithoutUsersWithBackpressure(ctx context.Context, accountID string) (*types.Account, error)
}