Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RenderError ¶
type RenderError interface {
error
}
func NewRenderError ¶
func NewRenderError(err error) RenderError
type ValidationError ¶
type ValidationError interface {
error
}
func NewValidationError ¶
func NewValidationError(err error) ValidationError
Click to show internal directories.
Click to hide internal directories.