Documentation ¶
Index ¶
- Variables
- type Writer
- func (w *Writer) Consume(ctx context.Context, conns *utils.Connections, c services.Consumable, ...) error
- func (w *Writer) ConsumeLogs(ctx context.Context, conns *utils.Connections, c services.Consumable, ...) error
- func (w *Writer) ConsumeTrace(ctx context.Context, conns *utils.Connections, c services.Consumable, ...) error
- func (*Writer) Name() string
- func (w *Writer) ParseJSON(txdata []byte) ([]byte, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrUnknownBlockType = errors.New("unknown block type")
)
Functions ¶
This section is empty.
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
func (*Writer) ConsumeLogs ¶
func (*Writer) ConsumeTrace ¶
func (w *Writer) ConsumeTrace(ctx context.Context, conns *utils.Connections, c services.Consumable, transactionTrace *modelsc.TransactionTrace, persist db.Persist) error
Click to show internal directories.
Click to hide internal directories.