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

     1  package chmodhelpertestwrappers
     2  
     3  import "gitlab.com/evatix-go/core/chmodhelper/chmodins"
     4  
     5  type VerifyRwxChmodUsingRwxInstructionsWrapper struct {
     6  	Header string
     7  	chmodins.RwxInstruction
     8  	Locations            []string
     9  	ExpectedErrorMessage string
    10  }