Documentation
¶
Overview ¶
Package web provides a web management interface for XxSql.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetSingletonEngine ¶ added in v0.0.7
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server represents the web management server.
func NewServer ¶
func NewServer(cfg *config.Config, engine *storage.Engine, authMgr *auth.Manager, backupMgr *backup.Manager) *Server
NewServer creates a new web management server.
func (*Server) SetConfigPath ¶ added in v0.0.7
SetConfigPath sets the configuration file path.
Click to show internal directories.
Click to hide internal directories.