# Functions
No description provided by the author
RegisterCallbackHandler registers the http handlers for service Callback to "mux".
RegisterCallbackHandlerClient registers the http handlers for service Callback to "mux".
RegisterCallbackHandlerFromEndpoint is same as RegisterCallbackHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterCallbackHandlerServer registers the http handlers for service Callback to "mux".
No description provided by the author
# Variables
No description provided by the author
# Structs
CallbackRequest 回调请求.
No description provided by the author
No description provided by the author
CallbackRequestValidationError is the validation error returned by CallbackRequest.Validate if the designated constraints aren't met.
CallbackResponse 响应.
CallbackResponseValidationError is the validation error returned by CallbackResponse.Validate if the designated constraints aren't met.
UnimplementedCallbackServer can be embedded to have forward compatible implementations.
# Interfaces
CallbackClient is the client API for Callback service.
CallbackServer is the server API for Callback service.