Documentation
¶
Index ¶
- type Handler
- func (h *Handler) AuthCallback(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Create(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Destroy(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Edit(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Index(w http.ResponseWriter, r *http.Request)
- func (h *Handler) LoginPage(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Logout(w http.ResponseWriter, r *http.Request)
- func (h *Handler) New(w http.ResponseWriter, r *http.Request)
- func (h *Handler) PingIndex(w http.ResponseWriter, r *http.Request)
- func (h *Handler) ProviderLogin(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Update(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) AuthCallback ¶
func (h *Handler) AuthCallback(w http.ResponseWriter, r *http.Request)
func (*Handler) Create ¶
func (h *Handler) Create(w http.ResponseWriter, r *http.Request)
creating collection item
func (*Handler) Destroy ¶
func (h *Handler) Destroy(w http.ResponseWriter, r *http.Request)
deleting collection item
func (*Handler) Edit ¶
func (h *Handler) Edit(w http.ResponseWriter, r *http.Request)
rendering markdown editor with metadata form for editing collection item
func (*Handler) Index ¶
func (h *Handler) Index(w http.ResponseWriter, r *http.Request)
listing all the collection items for example blog posts, authors
func (*Handler) New ¶
func (h *Handler) New(w http.ResponseWriter, r *http.Request)
rendering markdown editor with metadata form for creating new collection item
func (*Handler) ProviderLogin ¶
func (h *Handler) ProviderLogin(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.