Versions in this module Expand all Collapse all v0 v0.0.12 Jun 22, 2025 v0.0.11 Jun 9, 2025 Changes in this version + func AdminPage(logs []engine.RequestLog, total int, limit, offset int) templ.Component + func AdminPagination(total, limit, offset int, baseURL string) templ.Component + func BaseLayout(title string) templ.Component + func DocsPage(docs map[string]string, selectedDoc string, content string) templ.Component + func DocsPageWithPresets(docs map[string]string, selectedDoc string, content string, ...) templ.Component + func ExecutionItem(exec repository.ScriptExecution) templ.Component + func HistoryPage(result *repository.ExecutionQueryResult, filter repository.ExecutionFilter, ...) templ.Component + func Pagination(total, limit, offset int, baseURL string) templ.Component + func PlaygroundPage() templ.Component + func REPLPage() templ.Component + func RequestLogItem(log engine.RequestLog) templ.Component + type PresetExample struct + Code string + Description string + ID string + Name string