package
Version:
v1.3.1
Opens a new window with list of versions in this module.
Published: Mar 31, 2023
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type EmailRecord struct {
RequestId string `gorm:"primaryKey"`
Data string
RawData string
MessageId string `gorm:"uniqueIndex"`
CreatedAt time.Time `gorm:"->,autoCreateTime"`
}
type Version struct {
ID uint `gorm:"primaryKey"`
Version string `gorm:"uniqueIndex"`
CreatedAt time.Time `gorm:"->,autoCreateTime"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.