go1.25 bumped lib version added in dotenv assign func
This commit is contained in:
@@ -14,13 +14,16 @@ import (
|
||||
)
|
||||
|
||||
type Pager struct {
|
||||
Search string
|
||||
OrderBy *string `json:"orderBy"`
|
||||
OrderAsc *bool `json:"orderAsc"`
|
||||
Page int `json:"page"`
|
||||
Size int `json:"size"`
|
||||
Total int `json:"total"`
|
||||
TotalNeeded bool `json:"-"`
|
||||
OrderBy *string `json:"orderBy"`
|
||||
OrderAsc *bool `json:"orderAsc"`
|
||||
|
||||
Search string
|
||||
|
||||
Page int `json:"page"`
|
||||
Size int `json:"size"`
|
||||
Total int `json:"total"`
|
||||
|
||||
TotalNeeded bool `json:"-"`
|
||||
}
|
||||
|
||||
func (i *Pager) HasSearch() bool {
|
||||
|
||||
Reference in New Issue
Block a user