gitlab.com/evatix-go/core@v1.3.55/pagingutil/PagingInfo.go (about) 1 package pagingutil 2 3 type PagingInfo struct { 4 PageIndex, SkipItems, EndingLength int 5 IsPagingPossible bool 6 }