Versions in this module Expand all Collapse all v0 v0.1.0 Dec 25, 2022 Changes in this version + type ACLViewCatalogAdapter interface + FindAlbums func(keys []catalog.AlbumId) ([]*catalog.Album, error) + FindAllAlbums func(owner string) ([]*catalog.Album, error) + ListMedias func(owner string, folderName string, request catalog.PageRequest) (*catalog.MediaPage, error) + type AlbumInView struct + SharedTo []string + type ListAlbumsFilter struct + OnlyDirectlyOwned bool + type Sharing struct + FolderName string + MainUser string + Owner string + type View struct + CatalogAdapter ACLViewCatalogAdapter + CatalogRules catalogacl.CatalogRules + UserEmail string + func (v *View) ListAlbums(filter ListAlbumsFilter) ([]*AlbumInView, error) + func (v *View) ListMediasFromAlbum(owner, folderName string) (*catalog.MediaPage, error)