gitlab.com/evatix-go/core@v1.3.55/coreinterface/baseactioninf/ActionFuncBinder.go (about)

     1  package baseactioninf
     2  
     3  type ActionFuncBinder interface {
     4  	Action()
     5  }