Method
Leader
()
Source from the content-addressed store, hash-verified
| 32 | type Engine interface { |
| 33 | ID() string |
| 34 | Leader() string |
| 35 | LeaderChange() <-chan bool |
| 36 | IsReady(ctx context.Context) bool |
| 37 | |
Implementers 6
Mockstore/engine/engine_inmemory.go Etcdstore/engine/etcd/etcd.go Consulstore/engine/consul/consul.go Nodestore/engine/raft/node.go