Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server manages InfluxDB's admin web server.
func NewServer ¶
NewServer constructs a new admin web server. The "port" argument should be a string that looks like ":8083" or whatever port to serve on.
func (*Server) ListenAndServe ¶
func (s *Server) ListenAndServe()
ListenAndServe starts the admin web server and serves requests until s.Close() is called.
Click to show internal directories.
Click to hide internal directories.