Documentation ¶ Index ¶ type Data type Log Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Data ¶ type Data struct { Expected interface{} `json:"expected,omitempty"` Gotten interface{} `json:"gotten,omitempty"` } type Log ¶ type Log struct { URL string `json:"URL,omitempty"` Error string `json:"error,omitempty"` StatusCode int `json:"statusCode,omitempty"` Headers map[string][]string `json:"headers,omitempty"` Data Data `json:"data,omitempty"` } Source Files ¶ View all Source files log.go Click to show internal directories. Click to hide internal directories.