This commit is contained in:
Chris Lu
2019-07-21 21:51:38 -07:00
parent 79762385bd
commit 862c2cb8e6
6 changed files with 9 additions and 13 deletions

View File

@@ -34,7 +34,6 @@ type Topology struct {
Configuration *Configuration
RaftServer raft.Server
}
func NewTopology(id string, seq sequence.Sequencer, volumeSizeLimit uint64, pulse int) *Topology {