Documentation
¶
Index ¶
- func New(logger *logrus.Logger, authOptions config.AuthOptions) (entities.Processor, error)
- type GCPCloudVendorAggregator
- func (c *GCPCloudVendorAggregator) EventDataProcessor(event gcppubsubevents.IInventoryEvent) (commons.DataAdapter[gcppubsubevents.IInventoryEvent], error)
- func (c *GCPCloudVendorAggregator) ParseEvent(event entities.PipelineEvent) (gcppubsubevents.IInventoryEvent, error)
- func (c *GCPCloudVendorAggregator) Process(input entities.PipelineEvent) (entities.PipelineEvent, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GCPCloudVendorAggregator ¶
type GCPCloudVendorAggregator struct {
// contains filtered or unexported fields
}
func (*GCPCloudVendorAggregator) EventDataProcessor ¶
func (c *GCPCloudVendorAggregator) EventDataProcessor(event gcppubsubevents.IInventoryEvent) (commons.DataAdapter[gcppubsubevents.IInventoryEvent], error)
func (*GCPCloudVendorAggregator) ParseEvent ¶
func (c *GCPCloudVendorAggregator) ParseEvent(event entities.PipelineEvent) (gcppubsubevents.IInventoryEvent, error)
func (*GCPCloudVendorAggregator) Process ¶
func (c *GCPCloudVendorAggregator) Process(input entities.PipelineEvent) (entities.PipelineEvent, error)
Click to show internal directories.
Click to hide internal directories.