//
pkg.gl
Category
github.com/supercocoa/libkv
store
etcd
package
0.2.1
Repository:
https://github.com/supercocoa/libkv.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
11
Dependents
0
Files
532 SLOC
#
Functions
New
New creates a new Etcd client given a list of endpoints and an optional tls config.
Register
Register registers etcd to libkv.
#
Variables
ErrAbortTryLock
ErrAbortTryLock is thrown when a user stops trying to seek the lock by sending a signal to the stop chan, this is used to verify if the operation succeeded.
#
Structs
Etcd
Etcd is the receiver type for the Store interface.