10 lines
169 B
Go
10 lines
169 B
Go
|
package util
|
||
|
|
||
|
const (
|
||
|
SelectPlaceholder = "@s"
|
||
|
ConditionPlaceholder = "@c"
|
||
|
GroupPlaceholder = "@g"
|
||
|
OrderPlaceholder = "@o"
|
||
|
PartitionPlaceholder = "@p"
|
||
|
)
|