DefaultDataStore is intentionally not implemented for TestBucket DEPRECATED: Should use GetSingleDataStore
()
| 57 | // DefaultDataStore is intentionally not implemented for TestBucket |
| 58 | // DEPRECATED: Should use GetSingleDataStore |
| 59 | func (b *TestBucket) DefaultDataStore() sgbucket.DataStore { |
| 60 | return b.Bucket.DefaultDataStore() |
| 61 | } |
| 62 | |
| 63 | // NamedDataStore is intentionally not implemented for TestBucket |
| 64 | // DEPRECATED: Should use GetNamedDataStore |
no outgoing calls
no test coverage detected