Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
8
type
Proposer
interface
{
9
Propose(v []byte) store.Event
10
}
11
12
13
func
Set(p Proposer, path string, body []byte, rev int64) (e store.Event) {
Callers
4
setReady
Function · 0.65
nop
Method · 0.65
Set
Function · 0.65
Del
Function · 0.65
Implementers
2
proposer
src/pkg/peer/peer.go
FakeProposer
src/pkg/test/test.go
Calls
no outgoing calls
Tested by
no test coverage detected