Documentation
¶
Index ¶
- func TestCreateHolding(t *testing.T, payload any, token string, expectedUserId int, ...) int
- func TestDeleteHolding(t *testing.T, holdingId int, token string, expectedUserId int, ...)
- func TestGetHolding(t *testing.T, holdingId int, token string, expectedUserId int, ...)
- func TestGetHoldings(t *testing.T, route string, token string, expectedUserId int, ...)
- func TestUpdateHolding(t *testing.T, holdingId int, payload any, token string, expectedUserId int, ...)
- type GetHoldingsExpectedResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestCreateHolding ¶
func TestDeleteHolding ¶
func TestGetHolding ¶
func TestGetHoldings ¶
Types ¶
type GetHoldingsExpectedResponse ¶
type GetHoldingsExpectedResponse struct {
Holdings int
Pagination types.PaginationMetadata
}
Click to show internal directories.
Click to hide internal directories.