package
0.0.0-20230915113511-f2c050621373
Repository: https://github.com/holyzing/holygo.git
Documentation: pkg.go.dev
# Functions
ByeDecodeRequest 解码 后封装至 EndPoint中定义的 Request格式中.
ByeDecodeResponseFunc : 解密服务方传回的数据.
ByeEncodeRequestFunc : 处理请求数据符合服务方要求的数据.
ByeEncodeResponse sayEncodeResponse 通过响应封装成 EndPoint中定义的 Response结构体即可.
HelloDecodeRequest 解码 后封装至 EndPoint中定义的 Request格式中.
HelloDecodeResponseFunc HelloDecodeResponseFunc: 解密服务方传回的数据.
HelloEncodeRequestFunc HelloEncodeRequestFunc: 处理请求数据符合服务方要求的数据.
HelloEncodeResponse 通过响应封装成 EndPoint中定义的 Response结构体即可.
MakeServerEndPointBye 这里创建构造函数 Bye方法的业务处理.
MakeServerEndPointHello 这里创建 “构造函数“ hello方法的业务处理.
# Structs
ByeRequest 请求格式.
ByeResponse 响应格式.
HelloRequest 请求格式.
HelloResponse 响应格式.
Request 请求格式.
Response 响应格式.
No description provided by the author
# Interfaces
No description provided by the author