Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DebugEnabled bool = false
Functions ¶
func RenderError ¶
func RenderError(w http.ResponseWriter, d TemplateData)
Types ¶
type DebugError ¶
type DebugError struct {
Err error
}
func (*DebugError) Error ¶
func (e *DebugError) Error() string
type ErrorRef ¶
type ErrorRef struct {
File string
Line string
Col string
Description string
Func string
Code string
LineStart int
}
func NewErrorRef ¶
Click to show internal directories.
Click to hide internal directories.