Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DispatchHandler ¶
type DispatchHandler struct {
// contains filtered or unexported fields
}
func (*DispatchHandler) DispatchDeivce ¶
func (h *DispatchHandler) DispatchDeivce(w http.ResponseWriter, r *http.Request)
type DispatchServer ¶
type DispatchServer struct {
// contains filtered or unexported fields
}
func NewDispatchServer ¶
func NewDispatchServer(serverPort int, wsServerIp string, wsServerPort int) *DispatchServer
func (*DispatchServer) ServeHTTPS ¶
func (s *DispatchServer) ServeHTTPS() error
TODO: configurable ports
Click to show internal directories.
Click to hide internal directories.