site

package
v0.19.9 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2024 License: MIT Imports: 53 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) toolbelt.CtxErrFunc

Types

type AsciiAnimation added in v0.17.0

type AsciiAnimation struct {
	Frames []string
}

type BulkUpdateSelectionStore

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

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 added in v0.17.0

type DbmonDatabase struct {
	// contains filtered or unexported fields
}

func NewDbmonDatabase added in v0.17.0

func NewDbmonDatabase(format string, args ...any) *DbmonDatabase

type DbmonDatabases added in v0.17.0

type DbmonDatabases struct {
	// contains filtered or unexported fields
}

func NewDbmonDatabases added in v0.17.0

func NewDbmonDatabases(n int) *DbmonDatabases

type DbmonQuery added in v0.17.0

type DbmonQuery struct {
	// contains filtered or unexported fields
}

type MouseXY added in v0.18.12

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

type MouseXYCollection added in v0.18.12

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

type PackageJSON

type PackageJSON struct {
	Name            string   `json:"name"`
	Version         string   `json:"version"`
	Type            string   `json:"type"`
	Repository      string   `json:"repository"`
	Files           []string `json:"files"`
	Private         bool     `json:"private"`
	Main            string   `json:"main"`
	Module          string   `json:"module"`
	Types           string   `json:"types"`
	DevDependencies map[string]string
	Dependencies    map[string]string
}

func UnmarshalPackageJSON

func UnmarshalPackageJSON(data []byte) (PackageJSON, error)

func (*PackageJSON) Marshal

func (r *PackageJSON) Marshal() ([]byte, error)

Jump to

Keyboard shortcuts

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