Documentation ¶ Index ¶ func Handler(db *sql.DB, version string, verbose bool, output io.Writer, staticPath string) (http.Handler, error) type Server func New(addr string, db *sql.DB, version string, verbose bool, output io.Writer, ...) (*Server, error) func (s *Server) ListenAndServe() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Handler ¶ func Handler(db *sql.DB, version string, verbose bool, output io.Writer, staticPath string) (http.Handler, error) Types ¶ type Server ¶ type Server struct { // contains filtered or unexported fields } func New ¶ func New(addr string, db *sql.DB, version string, verbose bool, output io.Writer, staticPath string) (*Server, error) func (*Server) ListenAndServe ¶ func (s *Server) ListenAndServe() error Source Files ¶ View all Source files analyse.goapi.goapi_helpers.goapi_types.gochat_ws.golive_event.gorealtime.goserver.go Click to show internal directories. Click to hide internal directories.