Documentation
¶
Index ¶
- Variables
- func Alphabetize[E cmp.Ordered](m map[string]E) ([]string, []E)
- func ArrayContains[T comparable](arr []T, item T) bool
- func Btoi(b bool) int8
- func CheckEmptyFields(payload any, exceptions ...string) bool
- func CheckPassword(password string) bool
- func Clear()
- func ConvertToBase64(dest, structObj any) error
- func CreateLicense(s ...LicenseSettings) string
- func GenerateRandomString(length int) string
- func ResizeTerminal(x, y string)
- func Run(name string, arg ...string)
- func SetTitle(format string, content ...interface{})
- func StringsToBytes(s []string) []byte
- type LicenseSettings
Constants ¶
This section is empty.
Variables ¶
View Source
var ( CapitalList = "ABCDEFGHIJKLMNOPQRSTUVWXYZ" LowercaseList = "abcdefghijklmnopqrstuvwxyz" NumbersList = "0123456789" )
Functions ¶
func ArrayContains ¶
func ArrayContains[T comparable](arr []T, item T) bool
func CheckEmptyFields ¶
func CheckPassword ¶
func ConvertToBase64 ¶
func CreateLicense ¶
func CreateLicense(s ...LicenseSettings) string
func GenerateRandomString ¶
func ResizeTerminal ¶
func ResizeTerminal(x, y string)
func StringsToBytes ¶
Types ¶
type LicenseSettings ¶
Click to show internal directories.
Click to hide internal directories.