Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DownstreamConfig ¶ added in v0.0.4
type DownstreamConfig struct {
Enabled bool
}
type InputTopic ¶
type Operator ¶
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"`
UpstreamConfig UpstreamConfig `json:"upstream"`
DownstreamConfig DownstreamConfig `json:"downstream"`
}
type ParsingApi ¶
type ParsingApi struct {
// contains filtered or unexported fields
}
func NewParsingApi ¶
func NewParsingApi(url string) *ParsingApi
func (ParsingApi) GetPipeline ¶
type UpstreamConfig ¶ added in v0.0.4
type UpstreamConfig struct {
Enabled bool
}
Click to show internal directories.
Click to hide internal directories.