Documentation
¶
Overview ¶
Package webpages contains handlers that serve autodeb-server's web pages
Index ¶
- func AddPGPKeyPostHandler(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 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 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 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.