gPanel/pkg/database/settings.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"`
}