Versions in this module Expand all Collapse all v0 v0.23.1 Apr 25, 2019 Changes in this version + type AuthController struct + func (s *AuthController) GetAuthKey() + func (s *AuthController) GetTime() + type BaseController struct + func (s *BaseController) AjaxErr(str string) + func (s *BaseController) AjaxOk(str string) + func (s *BaseController) AjaxTable(list interface{}, cnt int, recordsTotal int) + func (s *BaseController) CheckUserAuth() + func (s *BaseController) GetAjaxParams() (start, limit int) + func (s *BaseController) GetBoolNoErr(key string, def ...bool) bool + func (s *BaseController) GetIntNoErr(key string, def ...int) int + func (s *BaseController) Prepare() + func (s *BaseController) SetInfo(name string) + func (s *BaseController) SetType(name string) + type ClientController struct + func (s *ClientController) Add() + func (s *ClientController) ChangeStatus() + func (s *ClientController) Del() + func (s *ClientController) Edit() + func (s *ClientController) GetClient() + func (s *ClientController) List() + type IndexController struct + func (s *IndexController) Add() + func (s *IndexController) AddHost() + func (s *IndexController) All() + func (s *IndexController) Del() + func (s *IndexController) DelHost() + func (s *IndexController) Edit() + func (s *IndexController) EditHost() + func (s *IndexController) File() + func (s *IndexController) GetHost() + func (s *IndexController) GetOneTunnel() + func (s *IndexController) GetTunnel() + func (s *IndexController) Help() + func (s *IndexController) Host() + func (s *IndexController) HostList() + func (s *IndexController) Http() + func (s *IndexController) Index() + func (s *IndexController) P2p() + func (s *IndexController) Secret() + func (s *IndexController) Socks5() + func (s *IndexController) Start() + func (s *IndexController) Stop() + func (s *IndexController) Tcp() + func (s *IndexController) Udp() + type LoginController struct + func (self *LoginController) Index() + func (self *LoginController) Out() + func (self *LoginController) Register() + func (self *LoginController) Verify()