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

17 lines
136 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
)