# Variables
No description provided by the author
# Structs
PingReq ping请求
ping请求.
PingReqValidationError is the validation error returned by PingReq.Validate if the designated constraints aren't met.
PingResp ping响应
ping响应.
No description provided by the author
PingRespDataValidationError is the validation error returned by PingRespData.Validate if the designated constraints aren't met.
PingRespValidationError is the validation error returned by PingResp.Validate if the designated constraints aren't met.
# Type aliases
PingReqMultiError is an error wrapping multiple validation errors returned by PingReq.ValidateAll() if the designated constraints aren't met.
PingRespDataMultiError is an error wrapping multiple validation errors returned by PingRespData.ValidateAll() if the designated constraints aren't met.
PingRespMultiError is an error wrapping multiple validation errors returned by PingResp.ValidateAll() if the designated constraints aren't met.