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

     1  package chmodhelpertestwrappers
     2  
     3  import "gitlab.com/evatix-go/core/chmodhelper/chmodins"
     4  
     5  type RwxCompileValueTestWrapper struct {
     6  	Existing, Input, Expected chmodins.RwxOwnerGroupOther
     7  }