Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResponseFormatter ¶
type TextFormatter ¶ added in v0.4.0
type TextFormatter struct { }
func (*TextFormatter) Format ¶ added in v0.4.0
func (f *TextFormatter) Format(writer io.Writer, data []byte) error
func (*TextFormatter) Search ¶ added in v0.4.0
func (f *TextFormatter) Search(q string, body []byte) ([]string, error)
func (*TextFormatter) Searchable ¶ added in v0.4.0
func (f *TextFormatter) Searchable() bool
func (*TextFormatter) Title ¶ added in v0.4.0
func (f *TextFormatter) Title() string
Click to show internal directories.
Click to hide internal directories.