Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudConfig ¶
type EnvVariable ¶
type ServiceCloudConfig ¶
type ServiceCloudConfig struct {
Domain ServiceCloudConfigDomain `yaml:"domain,omitempty"`
Presets map[string]string `yaml:"presets,omitempty"`
EnvVars map[string]EnvVariable `yaml:"env_vars,omitempty"`
Publish bool `yaml:"publish,omitempty"`
}
func ReadServiceCloudCfg ¶
func ReadServiceCloudCfg(path string) (*ServiceCloudConfig, error)
func (*ServiceCloudConfig) WriteToFile ¶
func (conf *ServiceCloudConfig) WriteToFile(path string) error
Click to show internal directories.
Click to hide internal directories.