mirror of
https://github.com/donl/gPanel.git
synced 2026-05-26 14:22:18 -06:00
14 lines
No EOL
296 B
Go
14 lines
No EOL
296 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"`
|
|
}
|
|
|
|
type Struct_Admin struct {
|
|
Name string `json:"name"`
|
|
Email string `json:"email"`
|
|
} |