package
0.0.0-20241227094920-17e28dcc4265
Repository: https://github.com/ikaiguang/service-layout.git
Documentation: pkg.go.dev
# Variables
No description provided by the author
# Structs
TestReq 请求.
TestReqValidationError is the validation error returned by TestReq.Validate if the designated constraints aren't met.
TestResp 响应.
No description provided by the author
TestRespDataValidationError is the validation error returned by TestRespData.Validate if the designated constraints aren't met.
TestRespValidationError is the validation error returned by TestResp.Validate if the designated constraints aren't met.
# Type aliases
TestReqMultiError is an error wrapping multiple validation errors returned by TestReq.ValidateAll() if the designated constraints aren't met.
TestRespDataMultiError is an error wrapping multiple validation errors returned by TestRespData.ValidateAll() if the designated constraints aren't met.
TestRespMultiError is an error wrapping multiple validation errors returned by TestResp.ValidateAll() if the designated constraints aren't met.