Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + func NewClient(logCacheEndpoint string, config command.Config, ui command.UI, ...) (*logcache.Client, error) + type DebugPrinter struct + func (p DebugPrinter) PrintError(err error) + func (p DebugPrinter) PrintRequest(req *http.Request) + func (p DebugPrinter) PrintResponse(resp *http.Response) + type RequestLoggerOutput interface + DisplayDump func(dump string) error + DisplayHost func(name string) error + DisplayRequestHeader func(method string, uri string, httpProtocol string) error + DisplayResponseHeader func(httpProtocol string, status string) error + DisplayType func(name string, requestDate time.Time) error + Start func() error + Stop func() error