Documentation
¶
Index ¶
Constants ¶
View Source
const ( CondFieldSearch = "search" CondFieldStatus = "status" CondFieldSlug = "slug" CondFieldDateFrom = "date_from" CondFieldDateTo = "date_to" CondFieldFeatured = "featured" )
Condition field constants for the multi-filter system.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UiInterface ¶
type UiInterface interface {
shared.UiInterface
PostManager(w http.ResponseWriter, r *http.Request)
}
UiInterface defines the post manager controller's UI interface
func UI ¶
func UI(config shared.UiConfig) UiInterface
UI creates a new post manager controller UI from the given config
Click to show internal directories.
Click to hide internal directories.