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

     1  package enumimpl
     2  
     3  type (
     4  	LooperFunc        func(index int, name string, anyVal interface{}) (isBreak bool)
     5  	LooperIntegerFunc func(index int, name string, anyVal int) (isBreak bool)
     6  )