Documentation ¶
Overview ¶
Package issuesapp is an issue tracking web app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { // Notification, if not nil, is used to highlight issues containing // unread notifications, and to mark issues that are viewed as read. Notification notification.Service // BodyTop provides components to include at the top of the <body> element. It can be nil. BodyTop func(context.Context, State) ([]htmlg.Component, error) }
Options for configuring issues app.
Click to show internal directories.
Click to hide internal directories.