# Packages
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
AddComponent : Each component calls this method in their init to register the constructor.
create an object attributes struct.
create an object attributes struct for a directory.
No description provided by the author
No description provided by the author
No description provided by the author
NewMockComponent creates a new mock instance.
NewPipeline : Using a list of strings holding name of components, create and configure the component objects.
No description provided by the author
No description provided by the author
# Constants
Flags represented in common.BitMap16 for various properties of the object.
Flags represented in common.BitMap16 for various properties of the object.
Flags represented in common.BitMap16 for various properties of the object.
TODO: Does this sound better as ModeDefault or DefaultMode? The getter would be IsModeDefault or IsDefaultMode.
Flags represented in common.BitMap16 for various properties of the object.
Flags represented in common.BitMap16 for various properties of the object.
Flags represented in common.BitMap16 for various properties of the object.
# Variables
No description provided by the author
# Structs
BaseComponent : Base implementation of the component interface.
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
No description provided by the author
MockComponent is a mock of Component interface.
MockComponentMockRecorder is the mock recorder for MockComponent.
ObjAttr : Attributes of any file/directory.
No description provided by the author
No description provided by the author
Pipeline: Base pipeline structure holding list of components deployed along with the head of pipeline.
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
Component : Base internal for every component to participate in pipeline.
# Type aliases
No description provided by the author
No description provided by the author
NewComponent : Function that all components have to register to allow their instantiation.