package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Oct 8, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
ApiVersion string `yaml:"apiVersion"`
Kind string `yaml:"kind"`
MetaData MetaData `yaml:"metadata"`
Spec Spec `yaml:"spec"`
}
type Gpt struct {
Url string `yaml:"url"`
User string `yaml:"user"`
Pass string `yaml:"pass"`
}
type MetaData struct {
Name string `yaml:"name"`
}
type Repo struct {
Url string `yaml:"url"`
User string `yaml:"user"`
Pass string `yaml:"pass"`
}
type Review struct {
Url string `yaml:"url"`
User string `yaml:"user"`
Pass string `yaml:"pass"`
}
type Sight struct {
Name string `yaml:"name"`
Enable bool `yaml:"enable"`
}
type Spec struct {
Sights []Sight `yaml:"sights"`
Repo Repo `yaml:"repo"`
Review Review `yaml:"review"`
Gpt Gpt `yaml:"gpt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.