Documentation ¶
Overview ¶
Package errorhandler provides a panic handler for HTTP requests which serves an error notice and optionally sends e. mail.
Configurables:
'panicsto' E. mail address to send panics to. "" (default): don't send e. mails. 'webmasteraddress' Webmaster e. mail address, shown in error notices. "" (default): don't show webmaster e. mail address.
Measurables:
'web.errorResponsesIssued' Counter. Counts number of panics that the error handler has caught.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorEncryptionKey = [32]byte{47, 10, 181, 208, 144, 131, 217, 3, 142, 89, 158, 11, 133, 223, 34, 122, 231, 78, 10, 89, 77, 176, 202, 157, 164, 26, 2, 243, 3, 11, 187, 218}
Generic, insecure encryption key. To be changed by specific initializers.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.