package
Version:
v0.5.35
Opens a new window with list of versions in this module.
Published: Apr 14, 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 Artifact struct {
Id string `yaml:"id"`
Group string `yaml:"group"`
Release string `yaml:"release"`
Snapshot string `yaml:"snapshot"`
User string `yaml:"user"`
Password string `yaml:"password"`
}
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"`
Artifact Artifact `yaml:"artifact""`
Dependencies []string `yaml:"dependencies"`
Requirements Requirements `yaml:"requirements"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.