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

9 lines
188 B
Go
Raw Normal View History

package components
const (
SearchFormArgs = "SearchFormArgs"
RecentPostsArgs = "RecentPostsArgs"
RecentCommentsArgs = "RecentCommentsArgs"
ArchiveArgs = "ArchiveArgs"
)