configs

package
v0.0.0-...-58bd1cf Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ConfigExport

func ConfigExport(c *xin.Context)

func ConfigImport

func ConfigImport(c *xin.Context)

func ConfigIndex

func ConfigIndex(c *xin.Context)

func ConfigSave

func ConfigSave(c *xin.Context)

Types

type ConfigCategory

type ConfigCategory struct {
	Name   string         `json:"name"`
	Groups []*ConfigGroup `json:"groups"`
}

type ConfigCsvRecord

type ConfigCsvRecord struct {
	Name    string
	Value   string
	Display string
}

type ConfigGroup

type ConfigGroup struct {
	Name  string           `json:"name"`
	Items []*models.Config `json:"items"`
}

Jump to

Keyboard shortcuts

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