Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ExamplesDir string TemplateDir string StaticDir string )
Functions ¶
This section is empty.
Types ¶
type ErrInternal ¶
type ErrInternal struct {
// contains filtered or unexported fields
}
func NewErrInternal ¶
func NewErrInternal(cause error, message string) *ErrInternal
func (*ErrInternal) Error ¶
func (e *ErrInternal) Error() string
func (*ErrInternal) Report ¶
func (e *ErrInternal) Report(w http.ResponseWriter)
Report sends internal server error to web client also logs to console.
Click to show internal directories.
Click to hide internal directories.