Documentation ¶
Index ¶
- func CreateService(cfg *config.CloudConfig, name string, ...) (project.Service, error)
- func CreateServiceSet(name string, cfg *config.CloudConfig, ...) (*project.Project, error)
- func GetProject(cfg *config.CloudConfig, networkingAvailable, loadConsole bool) (*project.Project, error)
- func LoadService(p *project.Project, cfg *config.CloudConfig, useNetwork bool, service string) error
- func LoadSpecialService(p *project.Project, cfg *config.CloudConfig, serviceName, serviceValue string) error
- func RunServiceSet(name string, cfg *config.CloudConfig, ...) (*project.Project, error)
- func StageServices(cfg *config.CloudConfig, services ...string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateService ¶
func CreateService(cfg *config.CloudConfig, name string, serviceConfig *composeConfig.ServiceConfigV1) (project.Service, error)
func CreateServiceSet ¶ added in v0.4.4
func CreateServiceSet(name string, cfg *config.CloudConfig, configs map[string]*composeConfig.ServiceConfigV1) (*project.Project, error)
func GetProject ¶
func LoadService ¶ added in v0.5.0
func LoadSpecialService ¶ added in v0.7.0
func RunServiceSet ¶
func RunServiceSet(name string, cfg *config.CloudConfig, configs map[string]*composeConfig.ServiceConfigV1) (*project.Project, error)
func StageServices ¶ added in v0.4.4
func StageServices(cfg *config.CloudConfig, services ...string) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.