Return a sorted list of data store names
()
| 131 | |
| 132 | // Return a sorted list of data store names |
| 133 | func (tb *TestBucket) GetNonDefaultDatastoreNames() []sgbucket.DataStoreName { |
| 134 | return GetNonDefaultDatastoreNames(tb.t, tb) |
| 135 | } |
| 136 | |
| 137 | // GetSingleDataStore returns a DataStore that can be used for testing. |
| 138 | // This may be the default collection, or a named collection depending on whether SG_TEST_USE_DEFAULT_COLLECTION is set. |