package
Version:
v0.0.19
Opens a new window with list of versions in this module.
Published: Aug 12, 2023
License: AGPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ClientReg struct {
Regex string `yaml:"regex" json:"regex"`
Name string `yaml:"name" json:"name"`
Version string `yaml:"version" json:"version"`
Url string `yaml:"url" json:"url"`
Type string `yaml:"type" json:"type"`
Engine *Engine `yaml:"engine" json:"engine"`
}
type Engine struct {
Default string `yaml:"default" json:"default"`
Versions map[string]string `yaml:"versions" json:"versions"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.