Documentation
¶
Index ¶
- type Handler
- func (h *Handler) CreateInvitation(w http.ResponseWriter, r *http.Request)
- func (h *Handler) InvitationsPage(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Login(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) Register(w http.ResponseWriter, r *http.Request)
- func (h *Handler) RegisterPage(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 NewHandler ¶
func (*Handler) CreateInvitation ¶
func (h *Handler) CreateInvitation(w http.ResponseWriter, r *http.Request)
func (*Handler) InvitationsPage ¶
func (h *Handler) InvitationsPage(w http.ResponseWriter, r *http.Request)
func (*Handler) RegisterPage ¶
func (h *Handler) RegisterPage(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.