Documentation
¶
Index ¶
Constants ¶
View Source
const ( ACTION_ADD_TITLE = "add_title" ACTION_GENERATE_TITLES = "generate_titles" ACTION_APPROVE_TITLE = "approve_title" ACTION_REJECT_TITLE = "reject_title" ACTION_GENERATE_POST = "generate_post" ACTION_DELETE_TITLE = "delete_title" ACTION_SETTINGS_FETCH = "settings-fetch-data" ACTION_SETTINGS_SUBMIT = "settings-submit" )
View Source
const SETTING_KEY_BLOG_TOPIC = "title_generator.blog_topic"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UiInterface ¶
type UiInterface interface {
shared.UiInterface
AiTitleGenerator(w http.ResponseWriter, r *http.Request)
}
UiInterface defines the ai title generator controller's UI interface
func UI ¶
func UI(config shared.UiConfig) UiInterface
UI creates a new ai title generator controller UI from the given config
Click to show internal directories.
Click to hide internal directories.