Documentation ¶
Overview ¶
Package archivedynamo extends catalogdynamo to add media locations to the main table
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MediaLocationPk ¶
func MediaLocationPk(owner, id string) catalogdynamo.TablePk
func Must ¶
func Must(a archive.ARepositoryAdapter, err error) archive.ARepositoryAdapter
Types ¶
type MediaLocation ¶
type MediaLocation struct { catalogdynamo.TablePk LocationKeyPrefix string // LocationKeyPrefix is used for indexing LocationId string // LocationId is also part of the primary key LocationKey string // LocationKey is the physical location }
Click to show internal directories.
Click to hide internal directories.