gitlab.com/evatix-go/core@v1.3.55/coreinterface/pathextendinf/ActionStacker.go (about)

     1  package pathextendinf
     2  
     3  type ActionStacker interface {
     4  	Action(action ActionExecutorFunc) PathExtender
     5  }