Documentation ¶
Index ¶
Constants ¶
View Source
const ( ETCD_TIMEOUT = 5 * time.Second //etcd连接超时 ETCD_GRANT_TTL = 6 //etcd timer to live InValidLeaseId = -1 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Etcd ¶
type Etcd struct {
// contains filtered or unexported fields
}
func (*Etcd) RegisterService ¶ added in v1.1.9
注册kv
func (*Etcd) Start ¶
func (s *Etcd) Start(h servmesh_provider.ServMeshHander) error
func (*Etcd) UnregisterService ¶ added in v1.1.9
Click to show internal directories.
Click to hide internal directories.