ai_title_generator

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 18, 2026 License: AGPL-3.0 Imports: 21 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL