Versions in this module Expand all Collapse all v1 v1.8.1 Nov 9, 2020 v1.8.0 Nov 9, 2020 Changes in this version + type BodyLogWriter struct + Body *bytes.Buffer + func (w BodyLogWriter) Write(b []byte) (int, error) + type BodyLogWriterResponse struct + Blw *BodyLogWriter + Rdr io.ReadCloser + type DetailedRequest struct + Body string + ClientIP string + Headers string + Host string + Method string + Path string + Referrer string + Time int + UID string + URL string + UserAgent string + type DetailedResponse struct + Body string + ClientIP string + Headers string + Path string + RequestUID string + Size int + Status string + Time int + UID string + type DumpResponsePayload struct + Body *bytes.Buffer + Headers http.Header + Status int + type ExceptionRecord struct + Error string + Time int + UID string + type RecordByURI struct + UID string + type RequestFilter struct + Method []string + Status []int + type SearchRequestPayload struct + Filter RequestFilter + Query string + type SummarizedRequest struct + Method string + Path string + ResponseStatus int + Time int + UID string + type SummarizedResponse struct + ClientIP string + Path string + RequestUID string + Status string + Time int + UID string + type SystemInformationResponse struct + ApplicationName string + CPU SystemInformationResponseCPU + Disk SystemInformationResponseDisk + Environment map[string]string + Host SystemInformationResponseHost + Memory SystemInformationResponseMemory + type SystemInformationResponseCPU struct + CoreCount string + ModelName string + type SystemInformationResponseDisk struct + FreeSpace string + MountPath string + PartitionType string + TotalSpace string + type SystemInformationResponseHost struct + HostOS string + HostPlatform string + Hostname string + KernelArch string + KernelVersion string + Uptime string + type SystemInformationResponseMemory struct + Available string + Total string + UsedSwap string