Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackupController ¶
type BackupController struct{}
type BaseController ¶
type BaseController struct{}
func (*BaseController) Render ¶
func (bc *BaseController) Render(w http.ResponseWriter, tmpl string, data map[string]interface{})
type DomainController ¶
type DomainController struct{}
func (*DomainController) Domain ¶
func (dc *DomainController) Domain(w http.ResponseWriter, r *http.Request)
type FTPController ¶
type FTPController struct{}
func (*FTPController) CreateFTP ¶
func (fc *FTPController) CreateFTP(w http.ResponseWriter, r *http.Request)
func (*FTPController) DeleteFTP ¶
func (fc *FTPController) DeleteFTP(w http.ResponseWriter, r *http.Request)
func (*FTPController) FTP ¶
func (fc *FTPController) FTP(w http.ResponseWriter, r *http.Request)
type LetsEncryptController ¶
type LetsEncryptController struct{}
func (*LetsEncryptController) LetsEncrypt ¶
func (lec *LetsEncryptController) LetsEncrypt(w http.ResponseWriter, r *http.Request)
type LoginController ¶
type LoginController struct{}
func (*LoginController) Login ¶
func (lc *LoginController) Login(w http.ResponseWriter, r *http.Request)
type MySQLController ¶
type MySQLController struct{}
func (*MySQLController) CreateDatabase ¶
func (mc *MySQLController) CreateDatabase(w http.ResponseWriter, r *http.Request)
func (*MySQLController) DeleteDatabase ¶
func (mc *MySQLController) DeleteDatabase(w http.ResponseWriter, r *http.Request)
func (*MySQLController) MySQL ¶
func (mc *MySQLController) MySQL(w http.ResponseWriter, r *http.Request)
type PanelController ¶
type PanelController struct{}
func (*PanelController) Panel ¶
func (pc *PanelController) Panel(w http.ResponseWriter, r *http.Request)
type SubdomainController ¶
type SubdomainController struct{}
func (*SubdomainController) Subdomain ¶
func (sc *SubdomainController) Subdomain(w http.ResponseWriter, r *http.Request)
type WordPressController ¶
type WordPressController struct{}
func (*WordPressController) WordPress ¶
func (wpc *WordPressController) WordPress(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.