customconfigs

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 15, 2025 License: GPL-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Template

type Template struct {
	ID          string
	File        string
	Name        string
	Description string
	Raw         []byte
}

Template holds metadata and the raw JSON for a built-in sync configuration template.

func List

func List() ([]Template, error)

List returns all built-in templates sorted by display name.

func Lookup

func Lookup(name string) (Template, bool, error)

Lookup retrieves a template by name, slug, or filename (without extension).

Jump to

Keyboard shortcuts

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