gitlab.com/evatix-go/core@v1.3.55/tests/testwrappers/chmodhelpertestwrappers/consts.go (about)

     1  package chmodhelpertestwrappers
     2  
     3  import "gitlab.com/evatix-go/core/coretests"
     4  
     5  const (
     6  	RwxApplyOnPath                coretests.TestFuncName = "RwxApplyOnPath"
     7  	UnixRwxApplyRecursivelyOnPath coretests.TestFuncName = "UnixRwxApplyRecursivelyOnPath"
     8  )