Documentation
¶
Index ¶
- func NewServer() error
- type IntegrationFlow
- type IntegrationFlowsGetInput
- type IntegrationFlowsOutput
- type IntegrationFlowsSearchInput
- type IntegrationPackage
- type IntegrationPackagesGetInput
- type IntegrationPackagesOutput
- type IntegrationPackagesSearchInput
- type IntegrationRuntimeArtifact
- type IntegrationRuntimeArtifactsGetInput
- type IntegrationRuntimeArtifactsOutput
- type IntegrationRuntimeArtifactsSearchInput
- type MessageMapping
- type MessageMappingsGetInput
- type MessageMappingsOutput
- type MessageMappingsSearchInput
- type ScriptCollection
- type ScriptCollectionsGetInput
- type ScriptCollectionsOutput
- type ScriptCollectionsSearchInput
- type ValueMapping
- type ValueMappingsGetInput
- type ValueMappingsOutput
- type ValueMappingsSearchInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IntegrationFlow ¶
type IntegrationFlow struct {
ID string `json:"id"`
Version string `json:"version"`
PackageID string `json:"packageId"`
Name string `json:"name"`
Description string `json:"description"`
CreatedBy string `json:"createdBy"`
CreatedAt string `json:"createdAt"`
ModifiedBy string `json:"modifiedBy"`
ModifiedAt string `json:"modifiedAt"`
}
type IntegrationFlowsGetInput ¶
type IntegrationFlowsGetInput struct{}
type IntegrationFlowsOutput ¶
type IntegrationFlowsOutput struct {
Results []IntegrationFlow `json:"results"`
}
type IntegrationPackage ¶
type IntegrationPackage struct {
ID string `json:"id"`
Version string `json:"version"`
Name string `json:"name"`
ShortText string `json:"shortText"`
Vendor string `json:"vendor"`
Mode string `json:"mode"`
CreatedBy string `json:"createdBy"`
CreatedAt string `json:"createdAt"`
ModifiedBy string `json:"modifiedBy"`
ModifiedAt string `json:"modifiedAt"`
}
type IntegrationPackagesGetInput ¶
type IntegrationPackagesGetInput struct{}
type IntegrationPackagesOutput ¶
type IntegrationPackagesOutput struct {
Results []IntegrationPackage `json:"results"`
}
type IntegrationRuntimeArtifactsGetInput ¶
type IntegrationRuntimeArtifactsGetInput struct{}
type IntegrationRuntimeArtifactsOutput ¶
type IntegrationRuntimeArtifactsOutput struct {
Results []IntegrationRuntimeArtifact `json:"results"`
}
type IntegrationRuntimeArtifactsSearchInput ¶
type IntegrationRuntimeArtifactsSearchInput struct {
ID string `json:"id" jsonschema:"Integration runtime artifact ID"`
Version string `json:"version" jsonschema:"Version"`
Name string `json:"name" jsonschema:"Name"`
Typ string `json:"type" jsonschema:"Type"`
Status string `json:"status" jsonschema:"Status"`
}
type MessageMapping ¶
type MessageMappingsGetInput ¶
type MessageMappingsGetInput struct{}
type MessageMappingsOutput ¶
type MessageMappingsOutput struct {
Results []MessageMapping `json:"results"`
}
type ScriptCollection ¶
type ScriptCollectionsGetInput ¶
type ScriptCollectionsGetInput struct{}
type ScriptCollectionsOutput ¶
type ScriptCollectionsOutput struct {
Results []ScriptCollection `json:"results"`
}
type ValueMapping ¶
type ValueMappingsGetInput ¶
type ValueMappingsGetInput struct{}
type ValueMappingsOutput ¶
type ValueMappingsOutput struct {
Results []ValueMapping `json:"results"`
}
Click to show internal directories.
Click to hide internal directories.