Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Add describes an operation where the traget path object has been added. Add string = "add" // Remove describes that entity has been removed. Remove string = "remove" // Replace describes an operation to replace content of the target path object. Replace string = "replace" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.