Documentation
¶
Index ¶
- func TestCreateBenchmark(t *testing.T, payload any, token string, expectedUserId int, ...) int
- func TestDeleteBenchmark(t *testing.T, benchmarkId int, token string, expectedUserId int, ...)
- func TestGetBenchmark(t *testing.T, benchmarkId int, token string, expectedUserId int, ...)
- func TestGetBenchmarks(t *testing.T, route string, token string, expectedUserId int, ...)
- func TestUpdateBenchmark(t *testing.T, benchmarkId int, payload any, token string, expectedUserId int, ...)
- type GetBenchmarksExpectedResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestCreateBenchmark ¶
func TestDeleteBenchmark ¶
func TestGetBenchmark ¶
func TestGetBenchmarks ¶
Types ¶
type GetBenchmarksExpectedResponse ¶
type GetBenchmarksExpectedResponse struct {
Benchmarks int
Pagination types.PaginationMetadata
}
Click to show internal directories.
Click to hide internal directories.