Documentation
¶
Index ¶
Constants ¶
View Source
const (
EnvironmentTypeLocal = "local"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIEndpointsConfig ¶
type CloudflareConfig ¶
type IConfigureManager ¶
type IConfigureManager interface {
GetWebConfig() WebConfig
GetMysqlDBConfig() MysqlDBConfig
GetCloudflareConfig() CloudflareConfig
GetImageRefConfig() ImageRef
GetPublicNetworkIDConfig() PublicNetworkID
GetLanguageConfig() LanguageConfig
GetEndpointsConfig() APIEndpointsConfig
GetOpenStackApiConfig() OpenStackApiConfig
GetVkeAgentConfig() VkeAgentConfig
}
var GlobalConfig IConfigureManager
func NewConfigureManager ¶
func NewConfigureManager() IConfigureManager
type MysqlDBConfig ¶
type MysqlDBConfig struct {
URL string
}
type OpenStackApiConfig ¶
type OpenStackApiConfig struct {
NovaMicroVersion string
}
type PublicNetworkID ¶
type PublicNetworkID struct {
PublicNetworkID string
}
type VkeAgentConfig ¶
Click to show internal directories.
Click to hide internal directories.