gitlab.com/evatix-go/core@v1.3.55/coreimpl/enumimpl/newCreator.go (about)

     1  package enumimpl
     2  
     3  type newCreator struct {
     4  	BasicByte   newBasicByteCreator
     5  	BasicInt8   newBasicInt8Creator
     6  	BasicInt16  newBasicInt16Creator
     7  	BasicInt32  newBasicInt32Creator
     8  	BasicString newBasicStringCreator
     9  	BasicUInt16 newBasicUInt16Creator
    10  }