package
5.4.5+incompatible
Repository: https://github.com/coderabbitai/grafana.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
Encode string to md5 hex value.
No description provided by the author
No description provided by the author
GenerateShortUid generates a short unique identifier.
No description provided by the author
No description provided by the author
source: https://github.com/gogits/gogs/blob/9ee80e3e5426821f03a4e99fad34418f5c736413/modules/base/tool.go#L58.
No description provided by the author
IsValidShortUid checks if short unique identifier contains valid characters.
No description provided by the author
Md5Sum calculates the md5sum of a stream.
Md5Sum calculates the md5sum of a string.
No description provided by the author
http://code.google.com/p/go/source/browse/pbkdf2/pbkdf2.go?repo=crypto.
No description provided by the author
No description provided by the author
No description provided by the author
Walk walks a path, optionally following symbolic links, and for each path,it calls the walkFn passed.

# Variables

WalkSkipDir is the Error returned when we want to skip descending into a directory.

# Structs

No description provided by the author

# Type aliases

No description provided by the author
WalkFunc is a callback function called for each path as a directory is walkedIf resolvedPath != "", then we are following symbolic links.