Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CollectionStore ¶
type CollectionStore interface { NewCollection(name, description string) (photo.Collection, error) GetCollectionByName(id photo.CollectionName) (photo.Collection, error) ContainsCollectionByName(id photo.CollectionName) (bool, error) GetAllCollections() ([]photo.Collection, error) }
func NewCollectionStore ¶
func NewCollectionStore(db *sql.DB, pStore photostore.PhotoStore) (cStore CollectionStore, err error)
Click to show internal directories.
Click to hide internal directories.