Initial commit
This commit is contained in:
8
server/mcp/page.go
Normal file
8
server/mcp/page.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package mcpTool
|
||||
|
||||
type pageResultData[T any] struct {
|
||||
List T `json:"list"`
|
||||
Total int64 `json:"total"`
|
||||
Page int `json:"page"`
|
||||
PageSize int `json:"pageSize"`
|
||||
}
|
||||
Reference in New Issue
Block a user