# Packages

Package mocks is a generated GoMock package.

# Functions

GetExternalAPI registers the orchestration external API.
GetInternalAPI registers the orchestration internal API.

# Constants

ErrorNone is key no error.
InternalServerError is key for internal server error.
InvalidParameter is key for invalid parameter.
NotAllowedCommand is key for not allowed command.
ServiceNotFound is key for service not found.

# Structs

OrchestrationBuilder has every interface to run orchestration.
ReqeustService struct.
RequestServiceInfo struct.
ResponseService struct.
TargetInfo struct.

# Interfaces

Orche is the interface implemented by orchestration start function.
OrcheExternalAPI is the interface implemented by external REST API.
OrcheInternalAPI is the interface implemented by internal REST API.