site

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2024 License: MIT Imports: 64 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func KVPairsAttrs

func KVPairsAttrs(kvPairs ...string) templ.Attributes

func MustJSONMarshal

func MustJSONMarshal(v any) string

func RunBlocking

func RunBlocking(port int, readyCh chan struct{}) toolbelt.CtxErrFunc

Types

type AsciiAnimation

type AsciiAnimation struct {
	Frames []string
}

type BulkUpdateSelectionStore

type BulkUpdateSelectionStore struct {
	Selections map[string]bool `json:"selections"`
}

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 BundlerStore struct {
	IncludedPlugines map[string]bool `json:"includedPlugins"`
}

type CodeSnippet

type CodeSnippet struct {
	Path               toolbelt.CasedString
	Extension          string
	Icon               string
	Content            string
	ContentHighlighted string
}

type CodeSnippetBlock

type CodeSnippetBlock struct {
	BasePath toolbelt.CasedString
	Snippets []CodeSnippet
}

type ContactActive

type ContactActive struct {
	ID       int    `json:"id"`
	IsActive bool   `json:"isActive"`
	Name     string `json:"name"`
	Email    string `json:"email"`
}

type ContactEdit

type ContactEdit struct {
	Name  string `json:"name"`
	Email string `json:"email"`
}

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 MouseXY

type MouseXY struct {
	X  int       `json:"x"`
	Y  int       `json:"y"`
	At time.Time `json:"at"`
}

type MouseXYCollection

type MouseXYCollection struct {
	Positions map[string]MouseXY `json:"positions"`
}

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"`
}

type QA

type QA struct {
	Question string
	Answer   string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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