PublishRecord publishes a record using the default manager.
(ctx context.Context, record Record)
| 323 | |
| 324 | // PublishRecord publishes a record using the default manager. |
| 325 | func PublishRecord(ctx context.Context, record Record) { DefaultManager().Publish(ctx, record) } |
| 326 | |
| 327 | // StartDefault starts the default manager's dispatcher. |
| 328 | func StartDefault(ctx context.Context) { DefaultManager().Start(ctx) } |
no test coverage detected