models

package
v0.0.0-...-9b6b5da Latest Latest
Warning

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

Go to latest
Published: May 20, 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
	Icon     string
	ConfPath string
	YamlPath string
	LogPath  string
	Quit     chan bool
}

Conf - web gui config

type GuiData

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

GuiData - web gui data

type Repo

type Repo struct {
	ID      int    `yaml:"id"`
	Name    string `yaml:"name"`
	Path    string `yaml:"path"`
	Timeout string `yaml:"timeout"`
	Pull    string `yaml:"pull"`
	Push    string `yaml:"push"`
	AddPush string `yaml:"addpush"`
}

Repo - git repository

Jump to

Keyboard shortcuts

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