(ctx context.Context, fn func(ctx context.Context, store namespaces.Store) error)
| 231 | } |
| 232 | |
| 233 | func (l *local) withStoreUpdate(ctx context.Context, fn func(ctx context.Context, store namespaces.Store) error) error { |
| 234 | return l.db.Update(l.withStore(ctx, fn)) |
| 235 | } |