package
Version:
v7.0.0-rc1+incompatible
Opens a new window with list of versions in this module.
Published: Jul 20, 2022
License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 1 more
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type HttpResult struct {
RequestTime time.Time `json:"requestTime"`
Host string `json:"host"`
LatencyUsec int64 `json:"latency"`
Err error `json:"error"`
Status int `json:"httpStatus"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.