Add leadership election
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
5a0440d6f8
commit
bea5ad3f13
7 changed files with 138 additions and 29 deletions
|
@ -202,7 +202,7 @@ type Store struct {
|
|||
// Cluster holds cluster config
|
||||
type Cluster struct {
|
||||
Node string
|
||||
Store Store
|
||||
Store *Store
|
||||
}
|
||||
|
||||
// Auth holds authentication configuration (BASIC, DIGEST, users)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue