gitlab.com/evatix-go/core@v1.3.55/chmodhelper/LocationFileInfoRwxWrapper.go (about)

     1  package chmodhelper
     2  
     3  import "os"
     4  
     5  type LocationFileInfoRwxWrapper struct {
     6  	Location   string
     7  	FileInfo   os.FileInfo
     8  	RwxWrapper *RwxWrapper
     9  }