package
0.0.0-20241201103416-d35a86b2e80c
Repository: https://github.com/costa92/micros-service.git
Documentation: pkg.go.dev

# Functions

数据库服务错误.
订单已存在,无法创建用户.
创建订单失败,可能是由于服务器或其他问题导致的创建过程中的错误.
订单找不到 ,可能是订单不存在或输入的订单标识有误.
订单状态已经是完成状态,无法再次修改.
订单状态已经支付,无法再次支付.
数据库服务错误.
订单已存在,无法创建用户.
创建订单失败,可能是由于服务器或其他问题导致的创建过程中的错误.
订单找不到 ,可能是订单不存在或输入的订单标识有误.
订单状态已经是完成状态,无法再次修改.
订单状态已经支付,无法再次支付.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

数据库服务错误.
订单已存在,无法创建用户.
创建订单失败,可能是由于服务器或其他问题导致的创建过程中的错误.
订单找不到 ,可能是订单不存在或输入的订单标识有误.
订单状态已经是完成状态,无法再次修改.
订单状态已经支付,无法再次支付.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

Enum value maps for ErrorReason.
Enum value maps for ErrorReason.
No description provided by the author
No description provided by the author
OrderServer_ServiceDesc is the grpc.ServiceDesc for OrderServer service.

# Structs

No description provided by the author
CreateOrderRequestValidationError is the validation error returned by CreateOrderRequest.Validate if the designated constraints aren't met.
No description provided by the author
CreateOrderResponseValidationError is the validation error returned by CreateOrderResponse.Validate if the designated constraints aren't met.
No description provided by the author
DetailRequestValidationError is the validation error returned by DetailRequest.Validate if the designated constraints aren't met.
No description provided by the author
DetailResponseValidationError is the validation error returned by DetailResponse.Validate if the designated constraints aren't met.
No description provided by the author
UnimplementedOrderServerServer must be embedded to have forward compatible implementations.

# Interfaces

OrderServerClient is the client API for OrderServer service.
No description provided by the author
No description provided by the author
OrderServerServer is the server API for OrderServer service.
UnsafeOrderServerServer may be embedded to opt out of forward compatibility for this service.

# Type aliases

CreateOrderRequestMultiError is an error wrapping multiple validation errors returned by CreateOrderRequest.ValidateAll() if the designated constraints aren't met.
CreateOrderResponseMultiError is an error wrapping multiple validation errors returned by CreateOrderResponse.ValidateAll() if the designated constraints aren't met.
DetailRequestMultiError is an error wrapping multiple validation errors returned by DetailRequest.ValidateAll() if the designated constraints aren't met.
DetailResponseMultiError is an error wrapping multiple validation errors returned by DetailResponse.ValidateAll() if the designated constraints aren't met.
No description provided by the author