package
Version:
v0.0.2
Opens a new window with list of versions in this module.
Published: Jan 3, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 2
Opens a new window with list of known importers.
Documentation
¶
type Operator struct {
Id string `json:"id,omitempty"`
Name string `json:"name,omitempty"`
OperatorId string `json:"operatorId,omitempty"`
DeploymentType string `json:"deploymentType,omitempty"`
ImageId string `json:"ImageId,omitempty"`
InputTopics []InputTopic
Cost uint `json:"cost"`
}
type ParsingApi struct {
}
type Pipeline struct {
FlowId string `json:"flowId,omitempty"`
Image string `json:"image,omitempty"`
Operators map[string]Operator `json:"operators,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.