groups

package
v0.37.0 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2025 License: BSD-3-Clause Imports: 8 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)
}

func NewManager

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

func NewManagerMock

func NewManagerMock() Manager

Jump to

Keyboard shortcuts

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