AddCollectionContext adds the collection name to a context.
(ctx context.Context)
| 443 | |
| 444 | // AddCollectionContext adds the collection name to a context. |
| 445 | func (c *DatabaseCollection) AddCollectionContext(ctx context.Context) context.Context { |
| 446 | return base.CollectionLogCtx(ctx, c.ScopeName, c.Name) |
| 447 | } |