universalMethods

package
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2022 License: AGPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func LastModifiedTime

func LastModifiedTime(filename string) string

LastModifiedTime returns the ModTime of the requested string, assuming a relative path provided

func LogInjectionAvoidance

func LogInjectionAvoidance(input string) string

LogInjectionAvoidance will do basic sanitization of strings before being put into the log

func PathTraversalAvoidance

func PathTraversalAvoidance(input string) (bool, string)

PathTraversalAvoidance will do basic sanitization of strings before returning for accessing the filesystem

func StringInSlice

func StringInSlice(a string, list []string) bool

StringInSlice is a simple method to implement JS Array.prototype.includes()

func WhichStringInSlice

func WhichStringInSlice(a string, list []string) int

WhichStringInSlice is a simple methhod to implement JS Array.prototype.findIndex() which will also return -1 if not found

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL