()
| 146 | } |
| 147 | |
| 148 | func (b *TestBucket) GetMetadataStore() sgbucket.DataStore { |
| 149 | return b.Bucket.DefaultDataStore() |
| 150 | } |
| 151 | |
| 152 | func (b *TestBucket) CreateDataStore(ctx context.Context, name sgbucket.DataStoreName) error { |
| 153 | dynamicDataStore, ok := b.Bucket.(sgbucket.DynamicDataStoreBucket) |