()
| 21 | type ScopeAndCollectionName = sgbucket.DataStoreNameImpl |
| 22 | |
| 23 | func DefaultScopeAndCollectionName() ScopeAndCollectionName { |
| 24 | return ScopeAndCollectionName{Scope: DefaultScope, Collection: DefaultCollection} |
| 25 | } |
| 26 | |
| 27 | func NewScopeAndCollectionName(scope, collection string) ScopeAndCollectionName { |
| 28 | return ScopeAndCollectionName{ |
no outgoing calls