package
0.1.6
Repository: https://github.com/tobiaszgithub/cig.git
Documentation: pkg.go.dev

# Functions

CopyFlow is the function to copy flows in the same system.
CreateFlow - create integration flow, it is possible to create empty integration flow or with content.
DeployFlow - deploy integration flow.
DownloadFlow is the function to download integration flow content.
DownloadIntegrationPackage is the function to download all content of the integration package.
GetFlowConfigs - get integration flows configuration.
GetFlowsOfIntegrationPackage is the function to get list of integration flow of the integration package.
GetIntegrationPackages is the function to get list of the integration packages.
InspectFlow - inspect flow.
InspectIntegrationPackage is the function to get details of the integration package.
ResourceUpdate - update resource of the integration flow.
RunCopyFlow - call the function CopyFlow.
RunCreateFlow - call the function CreateFlow.
RunDeployFlow - call the function DeployFlow.
RunDownloadFlow - call the function DownloadFlow.
RunDownloadIntegrationPackage - call the function DownloadIntegrationPackage.
RunGetFlowConfigs - call the function GetFlowConfigs.
RunGetFlowsOfIntegrationPackage - call the GetFlowsOfIntegrationPackage.
RunGetIntegrationPackages - call the GetIntegrationPackages.
RunInspectFlow - call the function InspectFlow.
RunInspectIntegrationPackage - call the InspectIntegrationPackage.
RunResourceUpdate - call ResourceUpdate.
RunTransportFlow - call the function TransportFlow.
RunUpdateFlow - call the function UpdateFlow.
RunUpdateFlowConfigs - call the function UpdateFlowConfigsBatch.
TransportFlow is the function for Transporting flow from one system to another.
UpdateFlow - update integration flow name and content.
UpdateFlowConfigs is the function to update flow's configuration.
UpdateFlowConfigsBatch is the function to update flow's configuration.

# Variables

ErrConnection - connection error.
ErrInvalid - invalid data.
ErrInvalidResponse - invalid server response.
ErrNotFound - not found.
ErrNotNumber - not a number.