Documentation
¶
Index ¶
Constants ¶
View Source
const ( API = "/api/internal" FLOW = "/chf" TSDB = "/tsdb" DNS = "/dns" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Server ¶
type Server struct {
Host net.IP
Port int
Email string
Token string
Device *api.Device
Log *log.Logger
HttpServer *http.Server
// contains filtered or unexported fields
}
func (*Server) Dns ¶
func (s *Server) Dns() <-chan *api.DNSResponse
func (*Server) RunHttpServer ¶
Click to show internal directories.
Click to hide internal directories.