Files
KubePi/internal/api/response.go
2022-06-06 11:36:20 +08:00

7 lines
102 B
Go

package api
type Page struct {
Total int `json:"total"`
Items interface{} `json:"items"`
}