Documentation
¶
Index ¶
- type AttahmentMeta
- type BMAttachmentDb
- type BMMailContentDB
- func (mcdb *BMMailContentDB) Delete(eid uuid.UUID) error
- func (mcdb *BMMailContentDB) IncRef(eid uuid.UUID) error
- func (mcdb *BMMailContentDB) Insert(eid uuid.UUID, env *bmp.BMailEnvelope) error
- func (mcdb *BMMailContentDB) Iterator()
- func (mcdb *BMMailContentDB) Next() (key string, meta *MailContentMeta, r1 error)
- func (mcdb *BMMailContentDB) Save()
- type BMSaveMailDb
- type MailContentMeta
- type MailItem
- type SaveMail
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttahmentMeta ¶
type BMAttachmentDb ¶
type BMAttachmentDb struct { db.NbsDbInter // contains filtered or unexported fields }
func GetBMAttachmentStore ¶
func GetBMAttachmentStore() *BMAttachmentDb
func (*BMAttachmentDb) Insert ¶
func (s *BMAttachmentDb) Insert(fileHash dbcommon.Hash, am *AttahmentMeta) error
type BMMailContentDB ¶
type BMMailContentDB struct { db.NbsDbInter // contains filtered or unexported fields }
func GetBMMailContentDb ¶
func GetBMMailContentDb() *BMMailContentDB
func (*BMMailContentDB) Insert ¶
func (mcdb *BMMailContentDB) Insert(eid uuid.UUID, env *bmp.BMailEnvelope) error
func (*BMMailContentDB) Iterator ¶
func (mcdb *BMMailContentDB) Iterator()
func (*BMMailContentDB) Next ¶
func (mcdb *BMMailContentDB) Next() (key string, meta *MailContentMeta, r1 error)
func (*BMMailContentDB) Save ¶
func (mcdb *BMMailContentDB) Save()
type BMSaveMailDb ¶
type BMSaveMailDb struct { db.NbsDbInter // contains filtered or unexported fields }
func GetBMPullMailDb ¶
func GetBMPullMailDb() *BMSaveMailDb
func GetBMSendMailDb ¶
func GetBMSendMailDb() *BMSaveMailDb
type MailContentMeta ¶
Click to show internal directories.
Click to hide internal directories.