# README
This package contains the code to manage pipeline components. A component is a piece of the pipeline that needs to be managed by CRUD operations e.g. a Kafka Connector.
manager.go
contains the logic to perform the CRUD operations on a set of components.
custodian.go
contains cleanup logic to remove orphaned components.
The remaining files are component definitions.
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
component type constants.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author