Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AssetStore ¶
type AssetStore struct {
// contains filtered or unexported fields
}
func NewAssetStore ¶
func NewAssetStore(db *gorm.DB) *AssetStore
func (*AssetStore) GetByAssetID ¶
func (a *AssetStore) GetByAssetID(assetID string) (*orm.Asset, error)
func (*AssetStore) GetByOrmID ¶
func (a *AssetStore) GetByOrmID(ormID uint64) (*orm.Asset, error)
Click to show internal directories.
Click to hide internal directories.