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

Struct FakeProposer

src/pkg/test/test.go:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type FakeProposer struct {
10 *store.Store
11 seqn int64
12}
13
14func (fp *FakeProposer) Propose(v []byte) store.Event {
15 n := atomic.AddInt64(&fp.seqn, 1)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected