Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OgProcessor ¶
type OgProcessor struct {
// contains filtered or unexported fields
}
func NewOgProcessor ¶
func NewOgProcessor(config OgProcessorConfig, originalDataProcessor ogws.OriginalDataProcessor) *OgProcessor
func (*OgProcessor) ConsumeQueue ¶
func (o *OgProcessor) ConsumeQueue()
func (*OgProcessor) EnqueueSendToLedger ¶
func (o *OgProcessor) EnqueueSendToLedger(data interface{}) error
func (*OgProcessor) Name ¶
func (m *OgProcessor) Name() string
func (*OgProcessor) Start ¶
func (m *OgProcessor) Start()
func (*OgProcessor) Stop ¶
func (m *OgProcessor) Stop()
type OgProcessorConfig ¶
Click to show internal directories.
Click to hide internal directories.