gitlab.com/evatix-go/core@v1.3.55/coreinterface/pathextendinf/AttachModifier.go (about) 1 package pathextendinf 2 3 type AttachModifier interface { 4 // ParentDir 5 // 6 // Actions related to ParentDir 7 ParentDir() Modifier 8 // RootDir 9 // 10 // Actions related to RootDir 11 RootDir() Modifier 12 // FilePath 13 // 14 // Actions related to FilePath 15 FilePath() Modifier 16 }