v1.3.0
ADDED: * auger, some convenience funcs around Augeas.
This commit is contained in:
9
auger/consts.go
Normal file
9
auger/consts.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package auger
|
||||
|
||||
const (
|
||||
augLensTpl string = "/augeas/load/%v" // A fmt.Sprintf string (single placeholder only) for Lens module roots.
|
||||
augFsTree string = "/files"
|
||||
augFsTpl string = augFsTree + "%v//%v" // A fmt.Sprintf string (first placeholder fspath, second placeholder includeDirective) for files to search for the includeDirective.
|
||||
augInclTfm string = "incl" // The transformer keyword for Augeas includes.
|
||||
augAppendSuffix string = "[last()+1]"
|
||||
)
|
||||
Reference in New Issue
Block a user