datasetviewing

package
v1.0.55 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 3, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

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
	Dataset     *models.Dataset
	RedirectURL string
}

type Handler

type Handler struct {
	handlers.BaseHandler
	Repo *repositories.Repo
}

func (*Handler) Show

func (h *Handler) Show(w http.ResponseWriter, r *http.Request, ctx Context)

func (*Handler) ShowActivity

func (h *Handler) ShowActivity(w http.ResponseWriter, r *http.Request, ctx Context)

func (*Handler) ShowContributors

func (h *Handler) ShowContributors(w http.ResponseWriter, r *http.Request, ctx Context)

func (*Handler) ShowDescription

func (h *Handler) ShowDescription(w http.ResponseWriter, r *http.Request, ctx Context)

func (*Handler) ShowPublications

func (h *Handler) ShowPublications(w http.ResponseWriter, r *http.Request, ctx Context)

func (*Handler) Wrap

type YieldShow

type YieldShow struct {
	Context
	PageTitle    string
	SubNavs      []string
	ActiveNav    string
	ActiveSubNav string
}

type YieldShowActivity

type YieldShowActivity struct {
	Context
	SubNavs      []string
	ActiveSubNav string
}

type YieldShowContributors

type YieldShowContributors struct {
	Context
	SubNavs      []string
	ActiveSubNav string
}

type YieldShowDescription

type YieldShowDescription struct {
	Context
	SubNavs        []string
	ActiveSubNav   string
	DisplayDetails *display.Display
}

type YieldShowPublications

type YieldShowPublications struct {
	Context
	SubNavs             []string
	ActiveSubNav        string
	RelatedPublications []*models.Publication
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL