Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailHost ¶
type EmailHost struct { Name string `bson:"name" json:"name"` Port int `bson:"port" json:"port"` Username string `bson:"username" json:"username"` Password string `bson:"password" json:"password"` IsTLS bool `bson:"is_tls" json:"isTLS"` CreatedAt int64 `bson:"created_at" json:"created_at"` DeletedAt int64 `bson:"deleted_at" json:"deleted_at"` UpdatedAt int64 `bson:"updated_at" json:"updated_at"` }
type EmailService ¶
type EmailService struct { Name string `json:"name" bson:"name"` Address string `json:"address" bson:"address"` DisplayName string `json:"display_name" bson:"display_name"` Theme string `json:"theme" bson:"theme"` CreatedAt int64 `json:"created_at" bson:"created_at"` UpdatedAt int64 `json:"updated_at" bson:"updated_at"` DeletedAt int64 `json:"deleted_at" bson:"deleted_at"` }
func (EmailService) TableName ¶
func (EmailService) TableName() string
Click to show internal directories.
Click to hide internal directories.