Documentation ¶
Overview ¶
*
* * @author liangjf * @create on 2020/5/20 * @version 1.0
*
* * @author liangjf * @create on 2020/5/20 * @version 1.0
Index ¶
Constants ¶
View Source
const ( CodeSuccess = 1 //gateway CodeNetworkNotSupported = 1000 )
Variables ¶
View Source
var ( Success = NewErr(CodeSuccess, "ok") ErrNetworkNotSupported = NewErr(CodeNetworkNotSupported, "network type not supported") )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.