(tx transaction.Transaction)
| 67 | } |
| 68 | |
| 69 | func syncTransactionWrap(tx transaction.Transaction) *transactionEventLogger { |
| 70 | return &transactionEventLogger{tx, false} |
| 71 | } |
| 72 | |
| 73 | func (tl *transactionEventLogger) logEvent(ctx context.Context, eventType string, resource *schema.Resource, version int64) error { |
| 74 | schemaManager := schema.GetManager() |