v0.0.539
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m49s
All checks were successful
Build Docker and Deploy / Run goext test-suite (push) Successful in 2m49s
This commit is contained in:
@@ -31,3 +31,7 @@ func (c CTPaginated) Token() string {
|
||||
|
||||
return "$" + strconv.Itoa(c.Page)
|
||||
}
|
||||
|
||||
func (c CTPaginated) IsEnd() bool {
|
||||
return c.Mode == CTMEnd
|
||||
}
|
||||
|
Reference in New Issue
Block a user