Documentation ¶
Index ¶
- func Action(ctx *context.Context)
- func AvatarByEmailHash(ctx *context.Context)
- func AvatarByUserName(ctx *context.Context)
- func CodeSearch(ctx *context.Context)
- func Dashboard(ctx *context.Context)
- func DownloadPackageFile(ctx *context.Context)
- func GetNotificationCount(ctx *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(ctx *context.Context)
- func NotificationStatusPost(ctx *context.Context)
- func NotificationSubscriptions(ctx *context.Context)
- func NotificationWatching(ctx *context.Context)
- func Notifications(ctx *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 UsernameSubRoute(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 ¶
AvatarByUserName redirect browser to user avatar of requested size
func CodeSearch ¶
CodeSearch render user/organization code search page
func DownloadPackageFile ¶
DownloadPackageFile serves the content of a package file
func GetNotificationCount ¶
GetNotificationCount is the middleware that sets the notification count in the context
func ListPackageVersions ¶
ListPackageVersions lists all versions of a package
func ListPackages ¶
ListPackages displays a list of all packages of the context user
func NewAvailable ¶
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 NotificationSubscriptions ¶
NotificationSubscriptions returns the list of subscribed issues
func NotificationWatching ¶
NotificationWatching returns the list of watching repos
func Notifications ¶
Notifications is the notifications page
func PackageSettings ¶
PackageSettings displays the package settings page
func PackageSettingsPost ¶
PackageSettingsPost updates the package settings
func RedirectToLastVersion ¶
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 UsernameSubRoute ¶
func ViewPackageVersion ¶
ViewPackageVersion displays a single package version
Types ¶
This section is empty.