Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Options ¶
func DefaultOptions ¶
func DefaultOptions() *Options
type Registry ¶
type Registry interface { // Register 向注册中心注册服务器 Register(*runtime.ServiceDesc) error // Unregister 注销已注册的服务 Unregister() error // GetServices 获取已注册的服务实例的列表 GetServices() ([]*runtime.ServiceDesc, error) }
Registry 服务注册器
Click to show internal directories.
Click to hide internal directories.