Documentation
¶
Overview ¶
Package consul implements the KVDB interface based on consul. Code from docker/libkv was leveraged to build parts of this module.
Index ¶
Constants ¶
View Source
const ( // Name is the name of this kvdb implementation. Name = "consul-kv" // MaxRenewRetries to renew TTL. MaxRenewRetries = 5 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.