models

package
v0.0.0-...-51c144e Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2023 License: MIT Imports: 0 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
	Theme    string
	Color    string
	Icon     string
	ConfPath string
	YamlPath string
	Folders  []string
	BlockMap map[string]string
	ListURL  []string
	Other    []string
}

Conf - web gui config

type GuiData

type GuiData struct {
	Config Conf
	Repos  []Repo
	Themes []string
	Path   string
}

GuiData - web gui data

type Repo

type Repo struct {
	Folder string
	Color  string
	Path   string
	Branch string
	User   string
	Remote []string
	URL    []string
	Other  []string
}

Repo - git repository

Jump to

Keyboard shortcuts

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