package
Version:
v3.6.1+incompatible
Opens a new window with list of versions in this module.
Published: Jul 11, 2018
License: LGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
RegionMysql RegionMysql `json:"RegionMysql"`
Kubernets Kubernets `json:"Kubernets"`
RegionAPI RegionAPI `json:"RegionAPI"`
DockerLogPath string `json:"DockerLogPath"`
}
Config Config
type Kubernets struct {
Master string
}
Kubernets Kubernets
type RegionMysql struct {
URL string `json:"URL"`
Pass string `json:"Pass"`
User string `json:"User"`
Database string `json:"Database"`
}
RegionMysql RegionMysql
Source Files
¶
Click to show internal directories.
Click to hide internal directories.