Documentation ¶
Index ¶
- type Server
- func (s *Server) Count(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
- func (s *Server) Delete(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
- func (s *Server) Insert(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
- func (s *Server) List(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
- func (s *Server) Paginate(writer http.ResponseWriter, equest *http.Request, ps httprouter.Params)
- func (s *Server) Query(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
- func (s *Server) Replace(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
- func (s *Server) Show(writer http.ResponseWriter, _ *http.Request, ps httprouter.Params)
- func (s *Server) Update(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
func (*Server) Count ¶
func (s *Server) Count(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
func (*Server) Delete ¶
func (s *Server) Delete(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
func (*Server) Insert ¶
func (s *Server) Insert(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
func (*Server) List ¶
func (s *Server) List(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
func (*Server) Paginate ¶
func (s *Server) Paginate(writer http.ResponseWriter, equest *http.Request, ps httprouter.Params)
func (*Server) Query ¶
func (s *Server) Query(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
func (*Server) Replace ¶
func (s *Server) Replace(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
func (*Server) Show ¶
func (s *Server) Show(writer http.ResponseWriter, _ *http.Request, ps httprouter.Params)
func (*Server) Update ¶
func (s *Server) Update(writer http.ResponseWriter, request *http.Request, ps httprouter.Params)
Click to show internal directories.
Click to hide internal directories.