mirror of
https://github.com/donl/gPanel.git
synced 2026-05-27 06:18:06 -06:00
9 lines
211 B
Go
9 lines
211 B
Go
package database
|
|
|
|
type Struct_SMTP struct {
|
|
Type string `json:"type"`
|
|
Username string `json:"username"`
|
|
Password string `json:"password"`
|
|
Server string `json:"server"`
|
|
Port int `json:"port"`
|
|
}
|