Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CrudCrawlerHandler ¶
type CrudCrawlerHandler struct {
// contains filtered or unexported fields
}
func NewCrudCrawlerHandler ¶
func NewCrudCrawlerHandler(ctl *controller.Controller) *CrudCrawlerHandler
func (*CrudCrawlerHandler) ServeHTTP ¶
func (self *CrudCrawlerHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type ListHandler ¶
type ListHandler struct {
// contains filtered or unexported fields
}
func NewListHandler ¶
func NewListHandler(ctl *controller.Controller) *ListHandler
func (*ListHandler) ServeHTTP ¶
func (self *ListHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
type TestHandler ¶
type TestHandler struct {
// contains filtered or unexported fields
}
func NewTestHandler ¶
func NewTestHandler(ctl *controller.Controller) *TestHandler
func (*TestHandler) ServeHTTP ¶
func (self *TestHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.