package
0.0.0-20240421041849-4a8b94e5f9ec
Repository: https://github.com/hewiefreeman/gophergamedb.git
Documentation: pkg.go.dev
# Functions
.
CloseLogger closes the logger.
EncryptString encrypts a `string` with the `golang.org/x/crypto/bcrypt` library at a given cost.
GenerateRandomBytes uses the `crypto/rand` library to create a secure random `[]byte` at a given size `n`.
GenerateSecureString uses the `crypto/rand` and `encoding/base64` libraries to create a random `string` of given length `n`.
HashString hashes a string into a number viable for use as a key.
InitLogger initializes the logging system and returns an error if anything goes wrong.
Log appends the given string to the current log file.
No description provided by the author
NewError creates a new Error message with given ID and From message.
StringMatchesEncryption uses the `golang.org/x/crypto/bcrypt` library to compare a `string` to an encrypted `[]byte`.
# Constants
No description provided by the author
No description provided by the author
Shared table defaults.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
6010.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Query Schema errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Keystore Errors.
No description provided by the author
Leaderboard errors.
No description provided by the author
No description provided by the author
No description provided by the author
Auth Table Query Errors.
No description provided by the author
No description provided by the author
No description provided by the author
2010.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Schema creation errors.
Storage errors.
2020.
No description provided by the author
No description provided by the author
No description provided by the author
Generic Table Query Errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Unexpected internal error...
No description provided by the author
File types.
File types.
File types.
No description provided by the author
# Variables
Faster JSON Mashaling.