Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RenderIndexPage ¶
func RenderOutputPre ¶
func RespondServerInternalError ¶
func RespondServerInternalError(w http.ResponseWriter, err error)
Types ¶
type PasteHandler ¶
type PasteHandler struct {
IndexHTML []byte
OutputHTMLPre []byte
Upload func(key string, content string, contentType string) error
Style string
ResultURLPrefix string
MultipartMaxMemory int64
}
func (*PasteHandler) ServeHTTP ¶
func (p *PasteHandler) ServeHTTP(w http.ResponseWriter, req *http.Request)
type UploadFunc ¶
func NewUploader ¶
Click to show internal directories.
Click to hide internal directories.