Documentation ¶
Overview ¶
*
* * @author liangjf * @create on 2020/5/28 * @version 1.0
*
* * @author liangjf * @create on 2020/5/28 * @version 1.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IRegister ¶
type IRegister interface { //服务注册 Register(context.Context, ServiceDesc) error //服务下线 UnRegister(context.Context, ServiceDesc) error }
IRegister 服务注册和下线接口
Click to show internal directories.
Click to hide internal directories.