package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: Mar 18, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Requirements struct {
RAM string `yaml:"ram"`
Disk string `yaml:"disk"`
CPU int `yaml:"cpu"`
PropertiesName string `yaml:"properties_name"`
WebserverPortKey string `yaml:"webserver_port_key"`
NotClusterAble bool `yaml:"not_cluster_able"`
IsFrontend bool `yaml:"is_frontend"`
}
type Service struct {
Name string `yaml:"name"`
ServiceType string `yaml:"service_type"`
HealthType string `yaml:"health_type"`
ArtifactGroup string `yaml:"artifact_group"`
Dependencies []string `yaml:"dependencies"`
Requirements Requirements `yaml:"requirements"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.