Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckResult ¶
type CheckResult struct { Time time.Time `json:"time"` Broken []string `json:"broken"` Missing []string `json:"missing"` TotalBroken int `json:"total_broken"` TotalMissing int `json:"total_missing"` TotalFiles int `json:"total_files"` }
func CheckContents ¶
func CheckContents(list *avsproperty.Node, root string) (*CheckResult, error)
type PathObfuscator ¶
type PathObfuscator struct {
// contains filtered or unexported fields
}
func (*PathObfuscator) Init ¶
func (po *PathObfuscator) Init(contentsCode string)
func (PathObfuscator) Obfuscate ¶
func (po PathObfuscator) Obfuscate(path string) string
Click to show internal directories.
Click to hide internal directories.