gitlab.com/evatix-go/core@v1.3.55/tests/creationtests/enumimpltests/LeftRightDynamicMap.go (about) 1 package enumimpltests 2 3 import "gitlab.com/evatix-go/core/coreimpl/enumimpl" 4 5 type LeftRightDynamicMap struct { 6 Left, Right enumimpl.DynamicMap 7 }