service

package
v0.4.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 25, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Requirements

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

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"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL