Documentation ¶
Index ¶
- type BindAdd
- type BindImport
- type Context
- type Handler
- func (h *Handler) Add(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) AddConfirm(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) AddDescription(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) AddFinish(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) AddImport(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) AddPublish(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) AddSaveDraft(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) ConfirmImport(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) Wrap(fn func(http.ResponseWriter, *http.Request, Context)) http.HandlerFunc
- type YieldAdd
- type YieldValidationErrors
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindImport ¶
type Handler ¶
type Handler struct { handlers.BaseHandler Repo *repositories.Repo DatasetSearchIndex backends.DatasetIndex DatasetSources map[string]backends.DatasetGetter OrganizationService backends.OrganizationService }
func (*Handler) AddConfirm ¶
func (*Handler) AddDescription ¶
func (*Handler) AddPublish ¶
func (*Handler) AddSaveDraft ¶
func (*Handler) ConfirmImport ¶
func (*Handler) Wrap ¶
func (h *Handler) Wrap(fn func(http.ResponseWriter, *http.Request, Context)) http.HandlerFunc
type YieldValidationErrors ¶
Click to show internal directories.
Click to hide internal directories.