21 lines
187 B
Go
21 lines
187 B
Go
package constraints
|
|
|
|
const (
|
|
Home = iota + 1
|
|
Archive
|
|
Category
|
|
Tag
|
|
Search
|
|
Author
|
|
Detail
|
|
|
|
Ok
|
|
Error404
|
|
ParamError
|
|
InternalErr
|
|
|
|
Defaults = "default"
|
|
|
|
HeadScript = "headScript"
|
|
)
|