v0.0.539
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m49s

This commit is contained in:
2024-10-27 02:21:35 +02:00
parent fc2657179b
commit 54b0d6701d
4 changed files with 11 additions and 2 deletions

View File

@@ -31,3 +31,7 @@ func (c CTPaginated) Token() string {
return "$" + strconv.Itoa(c.Page)
}
func (c CTPaginated) IsEnd() bool {
return c.Mode == CTMEnd
}