handler

package
v1.12.0 Latest Latest
Warning

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

Go to latest
Published: Feb 12, 2024 License: GPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Handler

type Handler struct {
	Logger                           *slog.Logger
	JobApplicationStore              *store.JobApplicationStore
	JobApplicationNoteStore          *store.JobApplicationNoteStore
	JobApplicationStatusHistoryStore *store.JobApplicationStatusHistoryStore
	StatsStore                       *store.StatsStore
	UserStore                        *store.UserStore
	SessionsStore                    *store.SessionStore
	Version                          string
}

func (*Handler) AddJob

func (h *Handler) AddJob(w http.ResponseWriter, r *http.Request)

func (*Handler) AddNote

func (h *Handler) AddNote(w http.ResponseWriter, r *http.Request)

func (*Handler) Authenticate

func (h *Handler) Authenticate(w http.ResponseWriter, r *http.Request)

func (*Handler) ChangePassword

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

func (*Handler) DeleteAccount

func (h *Handler) DeleteAccount(w http.ResponseWriter, r *http.Request)

func (*Handler) GetJobs

func (h *Handler) GetJobs(w http.ResponseWriter, r *http.Request)

func (*Handler) GetStats added in v1.0.9

func (h *Handler) GetStats(w http.ResponseWriter, r *http.Request)

func (*Handler) JobDetails

func (h *Handler) JobDetails(w http.ResponseWriter, r *http.Request)

func (*Handler) LogoutSessions

func (h *Handler) LogoutSessions(w http.ResponseWriter, r *http.Request)

func (*Handler) Main

func (h *Handler) Main(w http.ResponseWriter, r *http.Request)

func (*Handler) Register

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

func (*Handler) Settings

func (h *Handler) Settings(w http.ResponseWriter, r *http.Request)

func (*Handler) Signin

func (h *Handler) Signin(w http.ResponseWriter, r *http.Request)

func (*Handler) Signout

func (h *Handler) Signout(w http.ResponseWriter, r *http.Request)

func (*Handler) Signup

func (h *Handler) Signup(w http.ResponseWriter, r *http.Request)

func (*Handler) UpdateJob

func (h *Handler) UpdateJob(w http.ResponseWriter, r *http.Request)

Jump to

Keyboard shortcuts

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