# Functions
ContainsString checks whether the given string slice contains the string provided.
GenerateRandomBase64String returns a string with n random bytes securely generated using the system's default CSPRNG in base64 encoding.
GenerateRandomBytes returns n random bytes securely generated using the system's default CSPRNG.
GenerateRandomHexString returns a string with n random bytes securely generated using the system's default CSPRNG in hexadecimal encoding.
GenerateRandomString returns a string with n random bytes securely generated using the system's default CSPRNG.
No description provided by the author
No description provided by the author
No description provided by the author
GetEnvAsStringArr reads ENV and returns the values split by separator.
GetEnvAsStringArrTrimmed reads ENV and returns the whitespace trimmed values split by separator.
No description provided by the author
GetProjectRootDir returns the path as string to the project_root for a **running application**.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author