Documentation
¶
Index ¶
- func New(sqlDB *sql.DB) modregistry.Module
- type Handler
- func (h *Handler) AddAttachment(w http.ResponseWriter, r *http.Request)
- func (h *Handler) AddNote(w http.ResponseWriter, r *http.Request)
- func (h *Handler) AddNotification(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Close(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Create(w http.ResponseWriter, r *http.Request)
- func (h *Handler) LinkActivity(w http.ResponseWriter, r *http.Request)
- func (h *Handler) LinkMeasure(w http.ResponseWriter, r *http.Request)
- func (h *Handler) List(w http.ResponseWriter, r *http.Request)
- func (h *Handler) New(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Show(w http.ResponseWriter, r *http.Request)
- func (h *Handler) Triage(w http.ResponseWriter, r *http.Request)
- func (h *Handler) UnlinkActivity(w http.ResponseWriter, r *http.Request)
- func (h *Handler) UnlinkMeasure(w http.ResponseWriter, r *http.Request)
- func (h *Handler) UpdateClosureFlags(w http.ResponseWriter, r *http.Request)
- func (h *Handler) UpdateStatus(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) AddAttachment ¶
func (h *Handler) AddAttachment(w http.ResponseWriter, r *http.Request)
func (*Handler) AddNotification ¶
func (h *Handler) AddNotification(w http.ResponseWriter, r *http.Request)
func (*Handler) LinkActivity ¶
func (h *Handler) LinkActivity(w http.ResponseWriter, r *http.Request)
func (*Handler) LinkMeasure ¶
func (h *Handler) LinkMeasure(w http.ResponseWriter, r *http.Request)
func (*Handler) UnlinkActivity ¶
func (h *Handler) UnlinkActivity(w http.ResponseWriter, r *http.Request)
func (*Handler) UnlinkMeasure ¶
func (h *Handler) UnlinkMeasure(w http.ResponseWriter, r *http.Request)
func (*Handler) UpdateClosureFlags ¶
func (h *Handler) UpdateClosureFlags(w http.ResponseWriter, r *http.Request)
func (*Handler) UpdateStatus ¶
func (h *Handler) UpdateStatus(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.