handlers

package
v0.0.0-...-56fefa2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HTTPHandler

type HTTPHandler struct {
	Api   *app.Api
	Teams *app.TeamService
	Tasks *app.TaskService
}

func NewHTTPHandler

func NewHTTPHandler(api *app.Api, team *app.TeamService, tasks *app.TaskService) *HTTPHandler

func (*HTTPHandler) Answer

func (h *HTTPHandler) Answer(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) ChangePassword

func (h *HTTPHandler) ChangePassword(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) ChangeProfile

func (h *HTTPHandler) ChangeProfile(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) ChangeTeam

func (h *HTTPHandler) ChangeTeam(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) DeleteMember

func (h *HTTPHandler) DeleteMember(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) DeleteTeam

func (h *HTTPHandler) DeleteTeam(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) GetAnswers

func (h *HTTPHandler) GetAnswers(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) GetProfile

func (h *HTTPHandler) GetProfile(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) GetTask

func (h *HTTPHandler) GetTask(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) GetTaskTypes

func (h *HTTPHandler) GetTaskTypes(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) GetTeam

func (h *HTTPHandler) GetTeam(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) Invite

func (h *HTTPHandler) Invite(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) LoadPhoto

func (h *HTTPHandler) LoadPhoto(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) Login

func (h *HTTPHandler) Login(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) Logout

func (h *HTTPHandler) Logout(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) Register

func (h *HTTPHandler) Register(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) RegisterTeam

func (h *HTTPHandler) RegisterTeam(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) TakeTask

func (h *HTTPHandler) TakeTask(w http.ResponseWriter, r *http.Request)

func (*HTTPHandler) UpdateMember

func (h *HTTPHandler) UpdateMember(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL