Documentation ¶
Index ¶
Constants ¶
View Source
const (
TransactionType = "MEMPOOL_TRANSACTION"
)
View Source
const (
TransactionV2Type = "MEMPOOL_TRANSACTION_V2"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Transaction ¶
type Transaction struct {
// contains filtered or unexported fields
}
func NewTransaction ¶
func NewTransaction(log logrus.FieldLogger, event *xatu.DecoratedEvent) *Transaction
func (*Transaction) AppendServerMeta ¶ added in v0.0.135
func (b *Transaction) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
func (*Transaction) Type ¶
func (b *Transaction) Type() string
type TransactionV2 ¶
type TransactionV2 struct {
// contains filtered or unexported fields
}
func NewTransactionV2 ¶
func NewTransactionV2(log logrus.FieldLogger, event *xatu.DecoratedEvent) *TransactionV2
func (*TransactionV2) AppendServerMeta ¶ added in v0.0.135
func (b *TransactionV2) AppendServerMeta(ctx context.Context, meta *xatu.ServerMeta) *xatu.ServerMeta
func (*TransactionV2) Type ¶
func (b *TransactionV2) Type() string
Click to show internal directories.
Click to hide internal directories.