Home
last modified time | relevance | path

Searched refs:StoreGrant (Results 1 – 20 of 20) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/rpc/mocks/
H A Dmock_reservoir.go123 func (m *MockReservoir) StoreGrant(arg0 *transactionrecord.ShareGrant) (*reservoir.GrantInfo, bool,… func
133 func (mr *MockReservoirMockRecorder) StoreGrant(arg0 interface{}) *gomock.Call { func
135 …rdCallWithMethodType(mr.mock, "StoreGrant", reflect.TypeOf((*MockReservoir)(nil).StoreGrant), arg0)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/rpc/mocks/
H A Dmock_reservoir.go123 func (m *MockReservoir) StoreGrant(arg0 *transactionrecord.ShareGrant) (*reservoir.GrantInfo, bool,… func
133 func (mr *MockReservoirMockRecorder) StoreGrant(arg0 interface{}) *gomock.Call { func
135 …rdCallWithMethodType(mr.mock, "StoreGrant", reflect.TypeOf((*MockReservoir)(nil).StoreGrant), arg0)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/rpc/mocks/
H A Dmock_reservoir.go123 func (m *MockReservoir) StoreGrant(arg0 *transactionrecord.ShareGrant) (*reservoir.GrantInfo, bool,… func
133 func (mr *MockReservoirMockRecorder) StoreGrant(arg0 interface{}) *gomock.Call { func
135 …rdCallWithMethodType(mr.mock, "StoreGrant", reflect.TypeOf((*MockReservoir)(nil).StoreGrant), arg0)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/rpc/mocks/
H A Dmock_reservoir.go123 func (m *MockReservoir) StoreGrant(arg0 *transactionrecord.ShareGrant) (*reservoir.GrantInfo, bool,… func
133 func (mr *MockReservoirMockRecorder) StoreGrant(arg0 interface{}) *gomock.Call { func
135 …rdCallWithMethodType(mr.mock, "StoreGrant", reflect.TypeOf((*MockReservoir)(nil).StoreGrant), arg0)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/peer/
H A Dprocess.go247 _, duplicate, err = rsvr.StoreGrant(tx)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/peer/
H A Dprocess.go247 _, duplicate, err = rsvr.StoreGrant(tx)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/peer/
H A Dprocess.go247 _, duplicate, err = rsvr.StoreGrant(tx)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/peer/
H A Dprocess.go247 _, duplicate, err = rsvr.StoreGrant(tx)
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/reservoir/
H A Dsetup.go175 func (g *globalDataType) StoreGrant(grant *transactionrecord.ShareGrant) (*GrantInfo, bool, error) { func
203 StoreGrant(*transactionrecord.ShareGrant) (*GrantInfo, bool, error) methodSpec
/dports/net-p2p/bitmark/bitmarkd-0.13.3/reservoir/
H A Dsetup.go175 func (g *globalDataType) StoreGrant(grant *transactionrecord.ShareGrant) (*GrantInfo, bool, error) { func
203 StoreGrant(*transactionrecord.ShareGrant) (*GrantInfo, bool, error) methodSpec
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/reservoir/
H A Dsetup.go175 func (g *globalDataType) StoreGrant(grant *transactionrecord.ShareGrant) (*GrantInfo, bool, error) { func
203 StoreGrant(*transactionrecord.ShareGrant) (*GrantInfo, bool, error) methodSpec
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/reservoir/
H A Dsetup.go175 func (g *globalDataType) StoreGrant(grant *transactionrecord.ShareGrant) (*GrantInfo, bool, error) { func
203 StoreGrant(*transactionrecord.ShareGrant) (*GrantInfo, bool, error) methodSpec
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/rpc/share/
H A Dshare.go206 stored, duplicate, err := share.Rsvr.StoreGrant(arguments)
H A Dshare_test.go355 r.EXPECT().StoreGrant(&arg).Return(&info, false, nil).Times(1)
658 r.EXPECT().StoreGrant(&arg).Return(nil, false, fmt.Errorf("fake")).Times(1)
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/rpc/share/
H A Dshare.go206 stored, duplicate, err := share.Rsvr.StoreGrant(arguments)
H A Dshare_test.go355 r.EXPECT().StoreGrant(&arg).Return(&info, false, nil).Times(1)
658 r.EXPECT().StoreGrant(&arg).Return(nil, false, fmt.Errorf("fake")).Times(1)
/dports/net-p2p/bitmark/bitmarkd-0.13.3/rpc/share/
H A Dshare.go206 stored, duplicate, err := share.Rsvr.StoreGrant(arguments)
H A Dshare_test.go355 r.EXPECT().StoreGrant(&arg).Return(&info, false, nil).Times(1)
658 r.EXPECT().StoreGrant(&arg).Return(nil, false, fmt.Errorf("fake")).Times(1)
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/rpc/share/
H A Dshare.go206 stored, duplicate, err := share.Rsvr.StoreGrant(arguments)
H A Dshare_test.go355 r.EXPECT().StoreGrant(&arg).Return(&info, false, nil).Times(1)
658 r.EXPECT().StoreGrant(&arg).Return(nil, false, fmt.Errorf("fake")).Times(1)