/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/rpc/mocks/ |
H A D | mock_ownership.go | 45 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 D | mock_ownership.go | 45 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 D | mock_ownership.go | 45 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 D | mock_ownership.go | 45 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 D | ownership.go | 15 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 D | ownership.go | 15 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 D | ownership.go | 15 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 D | ownership.go | 15 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 D | owner_test.go | 87 …os.EXPECT().ListBitmarksFor(arg.Owner, arg.Start, arg.Count).Return([]ownership.Record{r}, nil).Ti…
|
H A D | owner.go | 92 …ownershipData, err := owner.Ownership.ListBitmarksFor(arguments.Owner, arguments.Start, arguments.…
|
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/rpc/owner/ |
H A D | owner_test.go | 87 …os.EXPECT().ListBitmarksFor(arg.Owner, arg.Start, arg.Count).Return([]ownership.Record{r}, nil).Ti…
|
H A D | owner.go | 92 …ownershipData, err := owner.Ownership.ListBitmarksFor(arguments.Owner, arguments.Start, arguments.…
|
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/rpc/owner/ |
H A D | owner_test.go | 87 …os.EXPECT().ListBitmarksFor(arg.Owner, arg.Start, arg.Count).Return([]ownership.Record{r}, nil).Ti…
|
H A D | owner.go | 92 …ownershipData, err := owner.Ownership.ListBitmarksFor(arguments.Owner, arguments.Start, arguments.…
|
/dports/net-p2p/bitmark/bitmarkd-0.13.3/rpc/owner/ |
H A D | owner_test.go | 87 …os.EXPECT().ListBitmarksFor(arg.Owner, arg.Start, arg.Count).Return([]ownership.Record{r}, nil).Ti…
|
H A D | owner.go | 92 …ownershipData, err := owner.Ownership.ListBitmarksFor(arguments.Owner, arguments.Start, arguments.…
|