Documentation
¶
Overview ¶
Package webpages contains handlers that serve autodeb-server's web pages
Index ¶
- func AddPGPKeyPostHandler(appCtx *appctx.Context) http.Handler
- func ArchiveBackportGetHandler(appCtx *appctx.Context) http.Handler
- func ArchiveBackportsGetHandler(appCtx *appctx.Context) http.Handler
- func ArchiveUpgradeGetHandler(appCtx *appctx.Context) http.Handler
- func ArchiveUpgradesGetHandler(appCtx *appctx.Context) http.Handler
- func CreateAccessTokenPostHandler(appCtx *appctx.Context) http.Handler
- func FuncMap() template.FuncMap
- func IndexGetHandler(appCtx *appctx.Context) http.Handler
- func InstructionsGetHandler(appCtx *appctx.Context) http.Handler
- func JobGetHandler(appCtx *appctx.Context) http.Handler
- func JobsGetHandler(appCtx *appctx.Context) http.Handler
- func NewArchiveBackportGetHandler(appCtx *appctx.Context) http.Handler
- func NewArchiveBackportPostHandler(appCtx *appctx.Context) http.Handler
- func NewArchiveUpgradeGetHandler(appCtx *appctx.Context) http.Handler
- func NewArchiveUpgradePostHandler(appCtx *appctx.Context) http.Handler
- func ProfileAccessTokensGetHandler(appCtx *appctx.Context) http.Handler
- func ProfileGetHandler(appCtx *appctx.Context) http.Handler
- func ProfilePGPKeysGetHandler(appCtx *appctx.Context) http.Handler
- func RemoveAccessTokenPostHandler(appCtx *appctx.Context) http.Handler
- func RemovePGPKeyPostHandler(appCtx *appctx.Context) http.Handler
- func UploadGetHandler(appCtx *appctx.Context) http.Handler
- func UploadsGetHandler(appCtx *appctx.Context) http.Handler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddPGPKeyPostHandler ¶
AddPGPKeyPostHandler returns a handler that adds PGP key to the user's profile
func ArchiveBackportGetHandler ¶ added in v0.20.0
ArchiveBackportGetHandler returns a handler that renders the ArchiveBackport details page
func ArchiveBackportsGetHandler ¶ added in v0.20.0
ArchiveBackportsGetHandler returns a handler that renders the archive backports page
func ArchiveUpgradeGetHandler ¶ added in v0.11.0
ArchiveUpgradeGetHandler returns a handler that renders the ArchiveUpgrade details page
func ArchiveUpgradesGetHandler ¶ added in v0.11.0
ArchiveUpgradesGetHandler returns a handler that renders the archive upgrades page
func CreateAccessTokenPostHandler ¶
CreateAccessTokenPostHandler returns a handler that creates a new access token for the user
func IndexGetHandler ¶
IndexGetHandler returns a handler for the main page
func InstructionsGetHandler ¶
InstructionsGetHandler returns a handler for the instructions page
func JobGetHandler ¶
JobGetHandler returns a handler that renders the job detail page
func JobsGetHandler ¶
JobsGetHandler returns a handler that renders the jobs page
func NewArchiveBackportGetHandler ¶ added in v0.20.0
NewArchiveBackportGetHandler returns a handler that renders the page to create a new archive backport
func NewArchiveBackportPostHandler ¶ added in v0.20.0
NewArchiveBackportPostHandler returns a handle that creates a new archive backport
func NewArchiveUpgradeGetHandler ¶ added in v0.11.0
NewArchiveUpgradeGetHandler returns a handler that renders the page to create a new archive upgrade
func NewArchiveUpgradePostHandler ¶ added in v0.11.0
NewArchiveUpgradePostHandler returns a handle that creates a new archive upgrade
func ProfileAccessTokensGetHandler ¶
ProfileAccessTokensGetHandler returns a handler that renders the access tokens page
func ProfileGetHandler ¶
ProfileGetHandler returns a handler that renders the profile page
func ProfilePGPKeysGetHandler ¶
ProfilePGPKeysGetHandler returns a handler that renders the pgp keys page
func RemoveAccessTokenPostHandler ¶
RemoveAccessTokenPostHandler returns a handler that removes an access token
func RemovePGPKeyPostHandler ¶
RemovePGPKeyPostHandler returns a handler that removes a PGP key
func UploadGetHandler ¶
UploadGetHandler returns a handler that renders the upload detail page
Types ¶
This section is empty.