Documentation ¶
Index ¶
- func KVPairsAttrs(kvPairs ...string) templ.Attributes
- func MustJSONMarshal(v any) string
- func RunBlocking(port int, readyCh chan struct{}) toolbelt.CtxErrFunc
- type AsciiAnimation
- type BulkUpdateSelectionStore
- type BundleResults
- type BundlerStore
- type CodeSnippet
- type CodeSnippetBlock
- type ContactActive
- type ContactEdit
- type DbmonDatabase
- type DbmonDatabases
- type DbmonQuery
- type MouseXY
- type MouseXYCollection
- type PluginDetails
- type PluginManifest
- type QA
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func KVPairsAttrs ¶
func KVPairsAttrs(kvPairs ...string) templ.Attributes
func MustJSONMarshal ¶
func RunBlocking ¶
func RunBlocking(port int, readyCh chan struct{}) toolbelt.CtxErrFunc
Types ¶
type AsciiAnimation ¶
type AsciiAnimation struct {
Frames []string
}
type BundleResults ¶
type BundleResults struct { Hash string `json:"hash"` SourceSize uint64 `json:"sourceSize"` SourceSizeGzipped uint64 `json:"sourceSizeGzipped"` CompileTime time.Duration `json:"compileTime"` Name string `json:"name"` DownloadURL string `json:"downloadURL"` Manifest PluginManifest `json:"manifest"` }
type BundlerStore ¶
type CodeSnippet ¶
type CodeSnippetBlock ¶
type CodeSnippetBlock struct { BasePath toolbelt.CasedString Snippets []CodeSnippet }
type ContactActive ¶
type ContactEdit ¶
type DbmonDatabase ¶
type DbmonDatabase struct {
// contains filtered or unexported fields
}
func NewDbmonDatabase ¶
func NewDbmonDatabase(format string, args ...any) *DbmonDatabase
type DbmonDatabases ¶
type DbmonDatabases struct {
// contains filtered or unexported fields
}
func NewDbmonDatabases ¶
func NewDbmonDatabases(n int) *DbmonDatabases
type DbmonQuery ¶
type DbmonQuery struct {
// contains filtered or unexported fields
}
type MouseXYCollection ¶
type PluginDetails ¶
type PluginDetails struct { Label string `json:"label"` Name string `json:"name"` Path string `json:"path"` Type string `json:"type"` Authors string `json:"author"` Slug string `json:"slug"` Description string `json:"description"` Icon string `json:"icon"` Key string `json:"key"` Contents string `json:"contents"` }
type PluginManifest ¶
type PluginManifest struct { Version string `json:"version"` Plugins []PluginDetails `json:"plugins"` }
Source Files ¶
- router.go
- routes_bundler.go
- routes_essays.go
- routes_examples.go
- routes_examples_active_search.go
- routes_examples_animations.go
- routes_examples_bad_apple.go
- routes_examples_bulk_update.go
- routes_examples_click_to_edit.go
- routes_examples_click_to_load.go
- routes_examples_csrf.go
- routes_examples_dbmon.go
- routes_examples_delete_row.go
- routes_examples_dialogs_browser.go
- routes_examples_disable_button.go
- routes_examples_dispatch_custom_event.go
- routes_examples_edit_row.go
- routes_examples_execute_script.go
- routes_examples_file_upload.go
- routes_examples_indicator.go
- routes_examples_infinite_scroll.go
- routes_examples_inline_validation.go
- routes_examples_lazy_load.go
- routes_examples_lazy_tabs.go
- routes_examples_merge_options.go
- routes_examples_model_bindings.go
- routes_examples_mousemove.go
- routes_examples_offline_sync.go
- routes_examples_on_load.go
- routes_examples_prefetch.go
- routes_examples_progress_bar.go
- routes_examples_quick_primer_go.go
- routes_examples_quiz.go
- routes_examples_redirects.go
- routes_examples_replace_url.go
- routes_examples_scroll_into_view.go
- routes_examples_store_changed.go
- routes_examples_store_ifmissing.go
- routes_examples_templ_counter.go
- routes_examples_title_update_backend.go
- routes_examples_toggle_visibility.go
- routes_examples_update_store.go
- routes_examples_value_select.go
- routes_examples_view_transition_api.go
- routes_guide.go
- routes_home.go
- routes_memes.go
- routes_reference.go
- shared_partials.go
Click to show internal directories.
Click to hide internal directories.