This repository has been archived on 2026-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
2026-07-07 20:29:58 +01:00
|
|
|
package sqimple
|
2026-07-07 19:59:32 +01:00
|
|
|
|
|
|
|
|
type OrderBy string
|
|
|
|
|
|
|
|
|
|
func (o OrderBy) String() string {
|
|
|
|
|
return string(o)
|
|
|
|
|
}
|