feat: add medias
This commit is contained in:
7
backend/pkg/db/pagination.go
Normal file
7
backend/pkg/db/pagination.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package db
|
||||
|
||||
type Pagination struct {
|
||||
Offset string `json:"offset"`
|
||||
OffsetID int64 `json:"-"`
|
||||
Action int `json:"action"` // action: 0 :加载更多 1:刷新
|
||||
}
|
||||
Reference in New Issue
Block a user