Versions in this module Expand all Collapse all v1 v1.0.1 Nov 17, 2022 Changes in this version + type EtcdDriver struct + func NewEtcdDriver(config *clientv3.Config) (*EtcdDriver, error) + func (e *EtcdDriver) GetServiceNodeList(serviceName string) ([]string, error) + func (e *EtcdDriver) Ping() error + func (e *EtcdDriver) RegisterServiceNode(serviceName string) (string, error) + func (e *EtcdDriver) SetHeartBeat(nodeID string) + func (e *EtcdDriver) SetTimeout(timeout time.Duration)