Documentation
¶
Index ¶
- type Service
- func (s *Service) CreateBrowser(rw http.ResponseWriter, req *http.Request)
- func (s *Service) DeleteBrowser(rw http.ResponseWriter, req *http.Request)
- func (s Service) GetBrowser(rw http.ResponseWriter, req *http.Request)
- func (s *Service) GetStatus(rw http.ResponseWriter, req *http.Request)
- func (s *Service) RouteVNC(rw http.ResponseWriter, req *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
func NewService ¶
func (*Service) CreateBrowser ¶ added in v0.0.7
func (s *Service) CreateBrowser(rw http.ResponseWriter, req *http.Request)
func (*Service) DeleteBrowser ¶ added in v0.0.7
func (s *Service) DeleteBrowser(rw http.ResponseWriter, req *http.Request)
func (Service) GetBrowser ¶
func (s Service) GetBrowser(rw http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.