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
GetOpenSearchConfig() OpenSearchConfig
}
var GlobalConfig IConfigureManager
func NewConfigureManager ¶
func NewConfigureManager() IConfigureManager
type MysqlDBConfig ¶
type MysqlDBConfig struct {
URL string
}
type OpenSearchConfig ¶ added in v1.1.10
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.