Documentation
¶
Index ¶
- type Service
- func (s *Service) EnvHandler(rw http.ResponseWriter, req *http.Request)
- func (s *Service) Init(r *mux.Router)
- func (s *Service) ListPushHandler(rw http.ResponseWriter, req *http.Request)
- func (s *Service) ListRangeHandler(rw http.ResponseWriter, req *http.Request)
- func (s *Service) LivezHandler(rw http.ResponseWriter, req *http.Request)
- func (s *Service) ReadyzHandler(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 (*Service) EnvHandler ¶
func (s *Service) EnvHandler(rw http.ResponseWriter, req *http.Request)
func (*Service) ListPushHandler ¶
func (s *Service) ListPushHandler(rw http.ResponseWriter, req *http.Request)
func (*Service) ListRangeHandler ¶
func (s *Service) ListRangeHandler(rw http.ResponseWriter, req *http.Request)
func (*Service) LivezHandler ¶
func (s *Service) LivezHandler(rw http.ResponseWriter, req *http.Request)
func (*Service) ReadyzHandler ¶
func (s *Service) ReadyzHandler(rw http.ResponseWriter, req *http.Request)
Click to show internal directories.
Click to hide internal directories.