Documentation
¶
Index ¶
- type Service
- func (s *Service) HandleControl(rw http.ResponseWriter, req *http.Request)
- func (s *Service) HandleDescXml(rw http.ResponseWriter, req *http.Request)
- func (s *Service) HandleEvent(rw http.ResponseWriter, req *http.Request)
- func (s *Service) HandleView(rw http.ResponseWriter, req *http.Request)
- func (s *Service) MountTo(mux *http.ServeMux)
- func (s *Service) ServiceControlURL() string
- func (s *Service) ServiceDescURL() string
- func (s *Service) ServiceEventURL() string
- func (s *Service) ServiceId() string
- func (s *Service) ServiceType() string
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 New ¶
func New(ss storage.StorageService) *Service
func (*Service) HandleControl ¶
func (s *Service) HandleControl(rw http.ResponseWriter, req *http.Request)
func (*Service) HandleDescXml ¶
func (s *Service) HandleDescXml(rw http.ResponseWriter, req *http.Request)
func (*Service) HandleEvent ¶
func (s *Service) HandleEvent(rw http.ResponseWriter, req *http.Request)
func (*Service) HandleView ¶ added in v1.0.3
func (s *Service) HandleView(rw http.ResponseWriter, req *http.Request)
func (*Service) ServiceControlURL ¶
func (*Service) ServiceDescURL ¶
func (*Service) ServiceEventURL ¶
func (*Service) ServiceType ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.