Versions in this module Expand all Collapse all v0 v0.4.0 Aug 21, 2017 Changes in this version type ResponseFormatter + Search func(string, []byte) ([]string, error) + type TextFormatter struct + func (f *TextFormatter) Format(writer io.Writer, data []byte) error + func (f *TextFormatter) Search(q string, body []byte) ([]string, error) + func (f *TextFormatter) Searchable() bool + func (f *TextFormatter) Title() string v0.3.0 Mar 7, 2017 Changes in this version + type ResponseFormatter interface + Format func(writer io.Writer, data []byte) error + Searchable func() bool + Title func() string + func New(appConfig *config.Config, contentType string) ResponseFormatter