Versions in this module Expand all Collapse all v1 v1.1.5 Feb 3, 2021 Changes in this version + type CommunicateMessage struct + Action string + EndKey string + ID string + Key string + Lease int64 + Limit int64 + Prefix bool + Revision *int64 + Value string + func (cm *CommunicateMessage) String() string + type CommunicateResponse struct + Action string + Err string + Event *etcd.EtcdEvent + ID string + Key string + Success bool + func (cr *CommunicateResponse) Bytes() []byte + func (cr *CommunicateResponse) String() string + type EtcdHandle struct + func NewEtcdHandle(lg *zap.Logger) *EtcdHandle + func (eh *EtcdHandle) Close() + func (eh *EtcdHandle) Connect(c *gin.Context)