package
0.0.0-20241022072053-80517a9143fa
Repository: https://github.com/yandex/mysync.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
DefaultZookeeperConfig return default Zookeeper connection configuration.
No description provided by the author
JoinPath build node path from chunks.
No description provided by the author
NewZookeeper returns Zookeeper based DCS storage.
# Constants
No description provided by the author
No description provided by the author
# Variables
ErrExists means that node being created already exists.
ErrMalformed means that we failed to unmarshall received data.
ErrNotFound means that requested not does not exist.
# Structs
LockOwner contains info about the process holding the lock.
No description provided by the author
No description provided by the author
ZookeeperConfig contains Zookeeper connection info.
# Interfaces
DCS is the main interface representing data store
DCS implementation should maintain connection to a server,
track connection status changes (connected/disconnected)
and perform basic operations
*/.