gitlab.com/evatix-go/core@v1.3.55/coredata/corestr/newCreator.go (about) 1 package corestr 2 3 type newCreator struct { 4 Collection newCollectionCreator 5 CollectionPtr newCollectionPtrCreator 6 CharHashsetMap newCharHashsetMapCreator 7 CharCollectionMap newCharCollectionMapCreator 8 SimpleStringOnce newSimpleStringOnceCreator 9 SimpleSlice newSimpleSliceCreator 10 Hashset newHashsetCreator 11 KeyValues newKeyValuesCreator 12 HashsetsCollection newHashsetsCollectionCreator 13 Hashmap newHashmapCreator 14 LinkedList newLinkedListCreator 15 LinkedCollection newLinkedListCollectionsCreator 16 CollectionsOfCollection newCollectionsOfCollectionCreator 17 CollectionsOfCollectionPtr newCollectionsOfCollectionPtrCreator 18 }