models

package
v0.0.0-...-c85ec8a Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Conf

type Conf struct {
	Host     string
	Port     string
	PortConf string
	Theme    string
	Color    string
	DirPath  string
	ConfPath string
	YamlPath string
	NodePath string
	Target   string
	Notify   string
}

Conf - web gui config

type GuiData

type GuiData struct {
	Config     Conf
	Themes     []string
	Version    string
	Auth       auth.Conf
	HideLogout bool
	TargetMap  map[string]TargetStruct
}

GuiData - web gui data

type TargetStruct

type TargetStruct struct {
	Name   string `yaml:"name"`
	Target string `yaml:"target"`
}

TargetStruct - for Multi Target

Jump to

Keyboard shortcuts

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