gitlab.com/evatix-go/core@v1.3.55/coreinterface/DynamicStructMethodInvoker.go (about) 1 package coreinterface 2 3 import "gitlab.com/evatix-go/core/coredata/coredynamic" 4 5 type DynamicStructMethodInvoker interface { 6 DynamicMethodInvoke(structInput interface{}, args ...interface{}) *coredynamic.SimpleResult 7 }