Documentation ¶
Index ¶
- type BindPublications
- type Context
- type Handler
- func (h *Handler) Datasets(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) Publications(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) RefreshAPublications(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) RefreshUPublications(w http.ResponseWriter, r *http.Request, ctx Context)
- func (h *Handler) Wrap(fn func(http.ResponseWriter, *http.Request, Context)) http.HandlerFunc
- type YieldDatasets
- type YieldPublications
- type YieldTblPublications
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BindPublications ¶ added in v1.0.42
type Context ¶
type Context struct { handlers.BaseContext Type string }
type Handler ¶
type Handler struct { handlers.BaseHandler SearchService backends.SearchService DatasetSearchIndex backends.DatasetIndex PublicationSearchIndex backends.PublicationIndex }
func (*Handler) Publications ¶
func (*Handler) RefreshAPublications ¶ added in v1.0.42
func (*Handler) RefreshUPublications ¶ added in v1.0.42
func (*Handler) Wrap ¶
func (h *Handler) Wrap(fn func(http.ResponseWriter, *http.Request, Context)) http.HandlerFunc
type YieldDatasets ¶
type YieldPublications ¶
Click to show internal directories.
Click to hide internal directories.