()
| 438 | } |
| 439 | |
| 440 | func (c *DatabaseCollection) ScopeAndCollectionName() base.ScopeAndCollectionName { |
| 441 | return base.NewScopeAndCollectionName(c.ScopeName, c.Name) |
| 442 | } |
| 443 | |
| 444 | // AddCollectionContext adds the collection name to a context. |
| 445 | func (c *DatabaseCollection) AddCollectionContext(ctx context.Context) context.Context { |