package
0.8.0
Repository: https://github.com/adrianwit/endly.git
Documentation: pkg.go.dev

# README

Deployment service Deployment service checks if target path resource, the app has been installed with requested version, if not it will transfer it and run all defined commands/transfers. Maven, tomcat use this service.

Service IdActionDescriptionRequestResponse
deploymentdeployrun deploymentDeployRequestDeployResponse

# Functions

MatchVersion checks expected and actual version returns true if matches.
New creates a new deployment service.

# Constants

ServiceID represents a deployment service id.

# Structs

Addition represents deployment additions.
Dependency represents deployment dependency.
Deployment represents deployment instruction.
LoadMetaRequest represents Meta register request.
LoadMetaResponse represents deployment response.
Meta represents description of deployment instructions for various operating system.
ServiceRequest represent a deploy request.
Response represents a deploy response.
TargetMeta represents specific instruction for given os deployment.