Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Requirements ¶
type Service ¶
type Service struct { Name string `yaml:"name"` ServiceType string `yaml:"service_type"` HealthType string `yaml:"health_type"` ArtifactId string `yaml:"artifact_id"` ArtifactGroup string `yaml:"artifact_group"` ArtifactRelease string `yaml:"artifact_release"` Dependencies []string `yaml:"dependencies"` Requirements Requirements `yaml:"requirements"` }
Click to show internal directories.
Click to hide internal directories.