Home
last modified time | relevance | path

Searched refs:ListBitmarksFor (Results 1 – 16 of 16) sorted by relevance

/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/rpc/mocks/
H A Dmock_ownership.go45 func (m *MockOwnership) ListBitmarksFor(arg0 *account.Account, arg1 uint64, arg2 int) ([]ownership.… func
54 func (mr *MockOwnershipMockRecorder) ListBitmarksFor(arg0, arg1, arg2 interface{}) *gomock.Call { func
56 …ype(mr.mock, "ListBitmarksFor", reflect.TypeOf((*MockOwnership)(nil).ListBitmarksFor), arg0, arg1,…
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/rpc/mocks/
H A Dmock_ownership.go45 func (m *MockOwnership) ListBitmarksFor(arg0 *account.Account, arg1 uint64, arg2 int) ([]ownership.… func
54 func (mr *MockOwnershipMockRecorder) ListBitmarksFor(arg0, arg1, arg2 interface{}) *gomock.Call { func
56 …ype(mr.mock, "ListBitmarksFor", reflect.TypeOf((*MockOwnership)(nil).ListBitmarksFor), arg0, arg1,…
/dports/net-p2p/bitmark/bitmarkd-0.13.3/rpc/mocks/
H A Dmock_ownership.go45 func (m *MockOwnership) ListBitmarksFor(arg0 *account.Account, arg1 uint64, arg2 int) ([]ownership.… func
54 func (mr *MockOwnershipMockRecorder) ListBitmarksFor(arg0, arg1, arg2 interface{}) *gomock.Call { func
56 …ype(mr.mock, "ListBitmarksFor", reflect.TypeOf((*MockOwnership)(nil).ListBitmarksFor), arg0, arg1,…
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/rpc/mocks/
H A Dmock_ownership.go45 func (m *MockOwnership) ListBitmarksFor(arg0 *account.Account, arg1 uint64, arg2 int) ([]ownership.… func
54 func (mr *MockOwnershipMockRecorder) ListBitmarksFor(arg0, arg1, arg2 interface{}) *gomock.Call { func
56 …ype(mr.mock, "ListBitmarksFor", reflect.TypeOf((*MockOwnership)(nil).ListBitmarksFor), arg0, arg1,…
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/ownership/
H A Downership.go15 ListBitmarksFor(*account.Account, uint64, int) ([]Record, error) methodSpec
23 func (o ownership) ListBitmarksFor(owner *account.Account, start uint64, count int) ([]Record, erro… func
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/ownership/
H A Downership.go15 ListBitmarksFor(*account.Account, uint64, int) ([]Record, error) methodSpec
23 func (o ownership) ListBitmarksFor(owner *account.Account, start uint64, count int) ([]Record, erro… func
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/ownership/
H A Downership.go15 ListBitmarksFor(*account.Account, uint64, int) ([]Record, error) methodSpec
23 func (o ownership) ListBitmarksFor(owner *account.Account, start uint64, count int) ([]Record, erro… func
/dports/net-p2p/bitmark/bitmarkd-0.13.3/ownership/
H A Downership.go15 ListBitmarksFor(*account.Account, uint64, int) ([]Record, error) methodSpec
23 func (o ownership) ListBitmarksFor(owner *account.Account, start uint64, count int) ([]Record, erro… func
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/rpc/owner/
H A Downer_test.go87 …os.EXPECT().ListBitmarksFor(arg.Owner, arg.Start, arg.Count).Return([]ownership.Record{r}, nil).Ti…
H A Downer.go92 …ownershipData, err := owner.Ownership.ListBitmarksFor(arguments.Owner, arguments.Start, arguments.…
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/rpc/owner/
H A Downer_test.go87 …os.EXPECT().ListBitmarksFor(arg.Owner, arg.Start, arg.Count).Return([]ownership.Record{r}, nil).Ti…
H A Downer.go92 …ownershipData, err := owner.Ownership.ListBitmarksFor(arguments.Owner, arguments.Start, arguments.…
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/rpc/owner/
H A Downer_test.go87 …os.EXPECT().ListBitmarksFor(arg.Owner, arg.Start, arg.Count).Return([]ownership.Record{r}, nil).Ti…
H A Downer.go92 …ownershipData, err := owner.Ownership.ListBitmarksFor(arguments.Owner, arguments.Start, arguments.…
/dports/net-p2p/bitmark/bitmarkd-0.13.3/rpc/owner/
H A Downer_test.go87 …os.EXPECT().ListBitmarksFor(arg.Owner, arg.Start, arg.Count).Return([]ownership.Record{r}, nil).Ti…
H A Downer.go92 …ownershipData, err := owner.Ownership.ListBitmarksFor(arguments.Owner, arguments.Start, arguments.…