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 GetOpenstackRolesConfig() OpenStackRolesConfig GetLogstashConfig() LogstashConfig }
var GlobalConfig IConfigureManager
func NewConfigureManager ¶
func NewConfigureManager() IConfigureManager
type LogstashConfig ¶ added in v1.7.0
type MysqlDBConfig ¶
type MysqlDBConfig struct {
URL string
}
type OpenStackApiConfig ¶
type OpenStackRolesConfig ¶ added in v1.0.7
type PublicNetworkID ¶
type PublicNetworkID struct {
PublicNetworkID string
}
type VkeAgentConfig ¶
Click to show internal directories.
Click to hide internal directories.