Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type History ¶
type History struct { ID int64 `json:"id"` ApiKey string `json:"api_key"` To string `json:"to"` Subject string `json:"subject"` Cc string `json:"cc"` Bcc string `json:"bcc"` Content map[string]interface{} `json:"content"` Status string `json:"status"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"update_at"` }
type Server ¶
type Server struct { ID int64 `json:"id"` Name string `json:"name"` Host string `json:"host"` Port int64 `json:"port"` AuthProtocol string `json:"auth_protocol"` UserName string `json:"username"` Password string `json:"password"` FromName string `json:"from_name"` FromAddress string `json:"from_address"` TLSType TLSType `json:"tls_type"` MaxConnections int64 `json:"max_connections"` Retries int64 `json:"retries"` IdleTimeout int64 `json:"idle_timeout"` WaitTimeout int64 `json:"wait_timeout"` IsDefault bool `json:"is_default"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.