Documentation
¶
Overview ¶
Package home contains the route handlers related to the app's home screen.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handlers ¶
type Handlers struct {
// contains filtered or unexported fields
}
func New ¶
func New( r godest.TemplateRenderer, oc *ory.Client, is *instruments.Store, ps *presence.Store, ) *Handlers
func (*Handlers) HandleHomeGet ¶
func (h *Handlers) HandleHomeGet() auth.HTTPHandlerFunc
type HomeViewData ¶ added in v0.2.4
type HomeViewData struct { CameraInstruments []instruments.Instrument AdminIdentifiers map[instruments.AdminID]ory.IdentityIdentifier PresenceCounts map[instruments.InstrumentID]int }
Click to show internal directories.
Click to hide internal directories.