Versions in this module Expand all Collapse all v0 v0.4.1 Sep 23, 2024 Changes in this version + type ColumnSet interface + StructFields func(ctx context.Context) ([]string, error) + func NewColumnSet[T any](rSet *resourceset.ResourceSet, permissionChecker Enforcer, ...) (ColumnSet, error) + type DomainFromCtx func(context.Context) accesstypes.Domain + type Enforcer interface + RequireResources func(ctx context.Context, user accesstypes.User, domain accesstypes.Domain, ...) error + type UserFromCtx func(context.Context) accesstypes.User