Documentation ¶
Index ¶
- type ContentService
- func (s *ContentService) HandleCreateContent(w http.ResponseWriter, r *http.Request)
- func (s *ContentService) HandleDeleteClass(w http.ResponseWriter, r *http.Request)
- func (s *ContentService) HandleDeleteCollection(w http.ResponseWriter, r *http.Request)
- func (s *ContentService) HandleDeleteContent(w http.ResponseWriter, r *http.Request)
- func (s *ContentService) HandleGetClass(w http.ResponseWriter, r *http.Request)
- func (s *ContentService) HandleGetCollection(w http.ResponseWriter, r *http.Request)
- func (s *ContentService) HandleGetContent(w http.ResponseWriter, r *http.Request)
- func (s *ContentService) HandleUpdateContent(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ContentService ¶
func (*ContentService) HandleCreateContent ¶
func (s *ContentService) HandleCreateContent(w http.ResponseWriter, r *http.Request)
func (*ContentService) HandleDeleteClass ¶
func (s *ContentService) HandleDeleteClass(w http.ResponseWriter, r *http.Request)
func (*ContentService) HandleDeleteCollection ¶
func (s *ContentService) HandleDeleteCollection(w http.ResponseWriter, r *http.Request)
func (*ContentService) HandleDeleteContent ¶
func (s *ContentService) HandleDeleteContent(w http.ResponseWriter, r *http.Request)
func (*ContentService) HandleGetClass ¶
func (s *ContentService) HandleGetClass(w http.ResponseWriter, r *http.Request)
func (*ContentService) HandleGetCollection ¶
func (s *ContentService) HandleGetCollection(w http.ResponseWriter, r *http.Request)
func (*ContentService) HandleGetContent ¶
func (s *ContentService) HandleGetContent(w http.ResponseWriter, r *http.Request)
func (*ContentService) HandleUpdateContent ¶
func (s *ContentService) HandleUpdateContent(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.