package
Version:
v1.9.0
Opens a new window with list of versions in this module.
Published: Dec 18, 2023
License: LGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func GetTenantEnvNamePath() (tenantEnvnamepath string, err error)
Get TenantEnvNamePath
type Config struct {
Kubernets Kubernets `yaml:"kube"`
RegionAPI region.APIConf `yaml:"region_api"`
DockerLogPath string `yaml:"docker_log_path"`
}
Config Config
type Kubernets struct {
KubeConf string `yaml:"kube-conf"`
}
Kubernets Kubernets
type RegionMysql struct {
URL string `yaml:"url"`
Pass string `yaml:"pass"`
User string `yaml:"user"`
Database string `yaml:"database"`
}
RegionMysql RegionMysql
Source Files
¶
Click to show internal directories.
Click to hide internal directories.