package
1.2.2
Repository: https://github.com/osgochina/dmicro.git
Documentation: pkg.go.dev

# Functions

NewSelector 创建选择器.
OptRegistry 设置selector的注册表对象.
OptStrategy 设置节点策略引擎.
OptWithFilter 添加节点过滤规则.
OptWithStrategy 在调用select方法时候传入节点策略引擎.
Random 随机选择节点.

# Variables

No description provided by the author
No description provided by the author

# Structs

Options selector的配置参数.
SelectOptions 节点选择器参数.

# Interfaces

Selector 服务选择器接口.

# Type aliases

Filter 过滤节点.
Next 获取可用的节点.
Option 根据配置选项初始化 selector.
SelectOption 调用select 方法的时候传入的配置.
Strategy 根据策略选择节点.