Convenience function for legacy code. Same as New(ctx, WithIdentifiers(ids), WithData(data)).
(ctx context.Context, ids EntityIdentifiers, data any)
| 83 | |
| 84 | // Convenience function for legacy code. Same as New(ctx, WithIdentifiers(ids), WithData(data)). |
| 85 | NewWithIdentifiersAndData(ctx context.Context, ids EntityIdentifiers, data any) Event |
| 86 | // Convenience function for legacy code. Same as With(WithData(data)). |
| 87 | BindData(data any) Builder |
| 88 | } |
no outgoing calls