Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DMutexEtcd ¶
type DMutexEtcd struct {
// contains filtered or unexported fields
}
func NewDMutexEtcd ¶
func NewDMutexEtcd(c *etcdclient.Client, timeout int) *DMutexEtcd
func (*DMutexEtcd) Lock ¶
func (m *DMutexEtcd) Lock(pfx string) (*concurrency.Mutex, error)
func (*DMutexEtcd) Unlock ¶
func (m *DMutexEtcd) Unlock(mi *concurrency.Mutex) error
Click to show internal directories.
Click to hide internal directories.