mirror of
https://github.com/1Panel-dev/KubePi.git
synced 2025-10-08 00:30:33 +08:00
7 lines
102 B
Go
7 lines
102 B
Go
package api
|
|
|
|
type Page struct {
|
|
Total int `json:"total"`
|
|
Items interface{} `json:"items"`
|
|
}
|