Documentation
¶
Index ¶
- func HandleAbout(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleDefault(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleDelete(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleGetKey(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleIndex(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleLogin(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleLogout(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleManageUploads(r *http.Request, w http.ResponseWriter) (error, string)
- func HandlePaste(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleRegister(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleSetTheme(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleSetupLambda(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleSetupSharex(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleToggleEncryption(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleUpload(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleUploadAPI(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleUserCP(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleVerifyKey(r *http.Request, w http.ResponseWriter) (error, string)
- func HandleViewPaste(r *http.Request, w http.ResponseWriter, json string, isCode bool) (error, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleAbout ¶
func HandleDefault ¶
Try to find a paste or image, or serve 404
func HandleDelete ¶
func HandleGetKey ¶
TODO make this API legacy, and have one that returns json
func HandleIndex ¶
func HandleLogin ¶
func HandleLogout ¶
func HandleManageUploads ¶
func HandlePaste ¶
func HandleRegister ¶
func HandleSetTheme ¶
func HandleSetupLambda ¶
func HandleSetupSharex ¶
func HandleToggleEncryption ¶
func HandleUpload ¶
func HandleUploadAPI ¶
func HandleUserCP ¶
func HandleVerifyKey ¶
TODO make this API legacy, and have one that returns json
func HandleViewPaste ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.