wp-go/internal/pkg/constraints/const.go

28 lines
304 B
Go
Raw Normal View History

2023-02-10 13:23:30 +00:00
package constraints
const (
Home = iota + 1
Archive
Category
Tag
Search
Author
Detail
Ok
Error404
2023-02-10 13:23:30 +00:00
ParamError
InternalErr
2023-02-28 11:19:24 +00:00
AllStats
2023-04-19 07:27:58 +00:00
AllScene
2023-04-21 17:12:39 +00:00
PipData
PipRender
Defaults = "default"
2023-02-24 16:56:52 +00:00
HeadScript = "headScript"
FooterScript = "footerScript"
SidebarsWidgets = "sidebarsWidgets"
2023-02-10 13:23:30 +00:00
)