Documentation ¶
Index ¶
- func Action(ctx *context.Context)
- func AvatarByEmailHash(ctx *context.Context)
- func AvatarByUserName(ctx *context.Context)
- func Dashboard(ctx *context.Context)
- func DownloadPackageFile(ctx *context.Context)
- func GetNotificationCount(c *context.Context)
- func GetStopwatches(ctx *context.Context)
- func Issues(ctx *context.Context)
- func ListPackageVersions(ctx *context.Context)
- func ListPackages(ctx *context.Context)
- func Milestones(ctx *context.Context)
- func NewAvailable(ctx *context.Context)
- func NotificationPurgePost(c *context.Context)
- func NotificationStatusPost(c *context.Context)
- func Notifications(c *context.Context)
- func PackageSettings(ctx *context.Context)
- func PackageSettingsPost(ctx *context.Context)
- func Profile(ctx *context.Context)
- func Pulls(ctx *context.Context)
- func RedirectToLastVersion(ctx *context.Context)
- func Search(ctx *context.Context)
- func ShowGPGKeys(ctx *context.Context)
- func ShowSSHKeys(ctx *context.Context)
- func TaskStatus(ctx *context.Context)
- func ViewPackageVersion(ctx *context.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AvatarByEmailHash ¶
AvatarByEmailHash redirects the browser to the email avatar link
func AvatarByUserName ¶ added in v1.16.0
AvatarByUserName redirect browser to user avatar of requested size
func DownloadPackageFile ¶ added in v1.17.0
DownloadPackageFile serves the content of a package file
func GetNotificationCount ¶
GetNotificationCount is the middleware that sets the notification count in the context
func GetStopwatches ¶ added in v1.17.0
GetStopwatches get all stopwatches
func ListPackageVersions ¶ added in v1.17.0
ListPackageVersions lists all versions of a package
func ListPackages ¶ added in v1.17.0
ListPackages displays a list of all packages of the context user
func NewAvailable ¶ added in v1.17.0
NewAvailable returns the notification counts
func NotificationPurgePost ¶
NotificationPurgePost is a route for 'purging' the list of notifications - marking all unread as read
func NotificationStatusPost ¶
NotificationStatusPost is a route for changing the status of a notification
func PackageSettings ¶ added in v1.17.0
PackageSettings displays the package settings page
func PackageSettingsPost ¶ added in v1.17.0
PackageSettingsPost updates the package settings
func RedirectToLastVersion ¶ added in v1.17.0
RedirectToLastVersion redirects to the latest package version
func ShowGPGKeys ¶
ShowGPGKeys output all the public GPG keys of user by uid
func ShowSSHKeys ¶
ShowSSHKeys output all the ssh keys of user by uid
func ViewPackageVersion ¶ added in v1.17.0
ViewPackageVersion displays a single package version
Types ¶
This section is empty.