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 }
type Handler ¶
type Handler struct { handlers.BaseHandler PublicationSearchIndex backends.PublicationIndex FileStore backends.FileStore }
func (*Handler) CurationSearch ¶
func (*Handler) Wrap ¶
func (h *Handler) Wrap(fn func(http.ResponseWriter, *http.Request, Context)) http.HandlerFunc
type YieldSearch ¶
type YieldSearch struct { Context PageTitle string Scopes []string CurrentScope string IsFirstUse bool Hits *models.PublicationHits ActionItems []*ActionItem }
Click to show internal directories.
Click to hide internal directories.