Documentation ¶
Index ¶
- Variables
- func HTML(r *result.Result, writer io.Writer) error
- func JSON(r any, writer io.Writer, options *JSONOption) error
- func Svg(r *result.Result, writer io.Writer, options *SvgOption) error
- func Text(r *result.Result, writer io.Writer, options *CommonOption) error
- type CommonOption
- type JSONOption
- type SvgOption
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTemplateInvalid = errors.New("template invalid")
Functions ¶
Types ¶
type CommonOption ¶ added in v0.3.0
type JSONOption ¶ added in v1.0.4
Click to show internal directories.
Click to hide internal directories.