MCPcopy
hub / github.com/ha/doozerd / Proposer

Interface Proposer

src/pkg/consensus/consensus.go:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8type Proposer interface {
9 Propose(v []byte) store.Event
10}
11
12
13func Set(p Proposer, path string, body []byte, rev int64) (e store.Event) {

Callers 4

setReadyFunction · 0.65
nopMethod · 0.65
SetFunction · 0.65
DelFunction · 0.65

Implementers 2

proposersrc/pkg/peer/peer.go
FakeProposersrc/pkg/test/test.go

Calls

no outgoing calls

Tested by

no test coverage detected