gitlab.com/evatix-go/core@v1.3.55/pagingutil/PagingRequest.go (about) 1 package pagingutil 2 3 // PagingRequest 4 // 5 // - PageIndex : Starts from one. 6 type PagingRequest struct { 7 // PageIndex usually starts from one. 8 Length, PageIndex, EachPageSize int 9 }