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

     1  package chmodhelpertestwrappers
     2  
     3  type VerifyRwxPartialChmodLocationsWrapper struct {
     4  	Locations                          []string
     5  	IsContinueOnError, IsSkipOnInvalid bool
     6  	Header,
     7  	ExpectedPartialRwx string
     8  	ExpectationErrorMessage string
     9  }