Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EndWithCause ¶
Types ¶
type Metric ¶
type Metric struct {
Endpoint string `json:"endpoint"`
Fn string `json:"fn"`
Latency int64 `json:"latency"`
Succeed bool `json:"succeed"`
ErrorCode int `json:"errorCode"`
ErrorName string `json:"errorName"`
DeviceId string `json:"deviceId"`
DeviceIp string `json:"deviceIp"`
// contains filtered or unexported fields
}
Metric use @metric to enable in fn
Click to show internal directories.
Click to hide internal directories.