gitlab.com/evatix-go/core@v1.3.55/coredata/coredynamic/ReflectValToInterfacesAsync.go (about) 1 package coredynamic 2 3 import ( 4 "reflect" 5 6 "gitlab.com/evatix-go/core/internal/reflectinternal" 7 ) 8 9 func ReflectValToInterfacesAsync( 10 reflectVal reflect.Value, 11 ) []interface{} { 12 return reflectinternal.ReflectValToInterfacesAsync( 13 reflectVal) 14 }