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

     1  package chmodhelper
     2  
     3  type AttributeValue struct {
     4  	Read, Write, Execute, Sum byte
     5  }