Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecuteScheme ¶
Types ¶
type Server ¶
type Server struct { // db connection bool Sqlitedb *sql.DB Dbstmt map[string]*sql.Stmt Pool *request_handler.RequestHandler Port string Address string InfoLog *log.Logger ErrorLog *log.Logger }
var Serv *Server
func (*Server) CreateSuper ¶
func (s *Server) CreateSuper()
create the only superuser user if not already created "duck" with an initial password "duck"
func (*Server) PrepareStmt ¶
func (s *Server) PrepareStmt()
cread prepared statments to use in executing queries
Click to show internal directories.
Click to hide internal directories.