Versions in this module Expand all Collapse all v0 v0.2.0 Mar 13, 2019 v0.1.0 Jul 23, 2018 Changes in this version + type MockStore struct + func NewMockStore(ctrl *gomock.Controller) *MockStore + func (m *MockStore) AddRequest(arg0 context.Context, arg1 *proposal.Request) error + func (m *MockStore) AddVote(arg0 context.Context, arg1 *proposal.Vote) error + func (m *MockStore) EXPECT() *MockStoreMockRecorder + func (m *MockStore) Get(arg0 context.Context, arg1 go_libp2p_peer.ID) (*proposal.Request, error) + func (m *MockStore) GetVotes(arg0 context.Context, arg1 go_libp2p_peer.ID) ([]*proposal.Vote, error) + func (m *MockStore) List(arg0 context.Context) ([]*proposal.Request, error) + func (m *MockStore) Remove(arg0 context.Context, arg1 go_libp2p_peer.ID) error + type MockStoreMockRecorder struct + func (mr *MockStoreMockRecorder) AddRequest(arg0, arg1 interface{}) *gomock.Call + func (mr *MockStoreMockRecorder) AddVote(arg0, arg1 interface{}) *gomock.Call + func (mr *MockStoreMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call + func (mr *MockStoreMockRecorder) GetVotes(arg0, arg1 interface{}) *gomock.Call + func (mr *MockStoreMockRecorder) List(arg0 interface{}) *gomock.Call + func (mr *MockStoreMockRecorder) Remove(arg0, arg1 interface{}) *gomock.Call