groups

package
v0.63.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 16, 2026 License: BSD-3-Clause, AGPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ToGroupsInfoMap added in v0.36.4

func ToGroupsInfoMap(groups []*types.Group, idCount int) map[string][]api.GroupMinimum

Types

type Manager

type Manager interface {
	GetAllGroups(ctx context.Context, accountID, userID string) ([]*types.Group, error)
	GetAllGroupsMap(ctx context.Context, accountID, userID string) (map[string]*types.Group, error)
	GetResourceGroupsInTransaction(ctx context.Context, transaction store.Store, lockingStrength store.LockingStrength, accountID, resourceID string) ([]*types.Group, error)
	AddResourceToGroup(ctx context.Context, accountID, userID, groupID string, resourceID *types.Resource) error
	AddResourceToGroupInTransaction(ctx context.Context, transaction store.Store, accountID, userID, groupID string, resourceID *types.Resource) (func(), error)
	RemoveResourceFromGroupInTransaction(ctx context.Context, transaction store.Store, accountID, userID, groupID, resourceID string) (func(), error)
	GetPeerGroupIDs(ctx context.Context, accountID, peerID string) ([]string, error)
}

func NewManager

func NewManager(store store.Store, permissionsManager permissions.Manager, accountManager account.Manager) Manager

func NewManagerMock

func NewManagerMock() Manager

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL