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

     1  package pathextendinf
     2  
     3  type (
     4  	FilterFunc         func(filePath string) (isTake bool, err error)
     5  	ActionExecutorFunc func(extender PathExtender) error
     6  )