Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { handlers.BaseContext SearchArgs *models.SearchArgs ExportArgs *ExportArgs }
type ExportArgs ¶
type ExportArgs struct {
Format string `path:"format,omitempty"`
}
type Handler ¶
type Handler struct { handlers.BaseHandler DatasetSearchIndex backends.DatasetIndex DatasetListExporters map[string]backends.DatasetListExporterFactory }
func (*Handler) ExportByCurationSearch ¶
func (*Handler) Wrap ¶
func (h *Handler) Wrap(fn func(http.ResponseWriter, *http.Request, Context)) http.HandlerFunc
Click to show internal directories.
Click to hide internal directories.