Documentation ¶
Index ¶
- Variables
- func FileExists(path interface{}) int
- func FromBase64(s interface{}) string
- func Md5(str interface{}) string
- func Md5File(path string) string
- func Sha1(str interface{}) string
- func Sha1File(path string) string
- func Sha256(str interface{}) string
- func Sha256File(path string) string
- func Split(s interface{}, token interface{}, index int) string
- func ToBase64(s interface{}) string
Constants ¶
This section is empty.
Variables ¶
View Source
var Functions = map[string]interface{}{ "md5_file": Md5File, "sha1_file": Sha1File, "sha256_file": Sha256File, "md5": Md5, "sha1": Sha1, "sha256": Sha256, "to_base64": ToBase64, "from_base64": FromBase64, "split": Split, "file_exists": FileExists, }
Functions ¶
func FileExists ¶
func FileExists(path interface{}) int
FileExists @example : select name, file_exists(path) as fe from processes where fe = 0
func FromBase64 ¶
func FromBase64(s interface{}) string
func Sha256File ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.