Versions in this module Expand all Collapse all v0 v0.2.1 Jul 31, 2023 v0.2.0 Apr 6, 2023 Changes in this version + type BlobRecord struct + AccountId int64 + ID int64 + Path string + func (b *BlobRecord) BeforeCreate(_ *gorm.DB) (err error) + type Manager struct + func NewManager(db *gorm.DB) *Manager + func (m *Manager) CreateBlobRecord(br *BlobRecord) error + func (m *Manager) DeleteBlobRecord(bid int64) error + func (m *Manager) GetBlobRecord(bid int64) (*BlobRecord, error)