export accountUpdateBuffer

This commit is contained in:
Pascal Fischer
2025-05-08 12:52:57 +02:00
parent 1a12100790
commit 673f441d6e
2 changed files with 5 additions and 0 deletions

View File

@@ -117,4 +117,5 @@ type Manager interface {
UpdateToPrimaryAccount(ctx context.Context, accountId string) (*types.Account, error)
GetOwnerInfo(ctx context.Context, accountId string) (*types.UserInfo, error)
GetCurrentUserInfo(ctx context.Context, userAuth nbcontext.UserAuth) (*users.UserInfoWithPermissions, error)
BufferUpdateAccountPeers(ctx context.Context, accountID string)
}