Documentation ¶
Index ¶
Constants ¶
View Source
const (
TableName = "email_journal"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogModel ¶
type LogModel struct { ID string `gorm:"primary_key;column:id;type:TEXT" json:"id"` Email string `gorm:"column:email;type:TEXT" json:"email"` IsSended bool `gorm:"column:isSended;type:bool" json:"isSended"` ErrReason null.String `gorm:"column:errReson;type:TEXT" json:"errReason"` CreatedAt time.Time `gorm:"column:createdAt;type:timestamp" json:"createdAt"` }
Click to show internal directories.
Click to hide internal directories.