mirror of
https://github.com/tavenli/port-forward.git
synced 2024-04-21 12:42:13 +00:00
10 lines
132 B
Go
10 lines
132 B
Go
package Models
|
|
|
|
type PageData struct {
|
|
PIndex int64
|
|
PSize int64
|
|
TotalRows int64
|
|
Pages int64
|
|
Data interface{}
|
|
}
|