chore(api): reorganize handlers into webserver package
This commit is contained in:
7
webserver/utils/pagination.go
Normal file
7
webserver/utils/pagination.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package utils
|
||||
|
||||
// PaginatedResponse is a structure for returning a total count with results.
|
||||
type PaginatedResponse struct {
|
||||
Results interface{} `json:"results"`
|
||||
Total int `json:"total"`
|
||||
}
|
||||
Reference in New Issue
Block a user