package
0.0.0-20230423224752-34f5af73ca9e
Repository: https://github.com/dcrodman/archon.git
Documentation: pkg.go.dev
# Functions
CreateAccount persists the Account record to the database.
No description provided by the author
DeleteAccount soft-deletes an Account record from the database.
DeleteCharacter soft-deletes a character record from the database.
No description provided by the author
FindAccountByUsername searches for an account with the specified username, returning the *Account instance if found or nil if there is no match.
FindCharacter returns the Character associated with the account in the given slot or nil if none exists.
FindGuildcardEntries returns all the GuildcardEntry rows associated with an Account.
FindPlayerOptions returns all of hte PlayerOptions associated with an Account.
FindUnscopedAccount searches for a potentially soft-deleted account with the specified username, returning the *Account instance if found or nil if there is no match.
PermanentlyDeleteAccount permanently deletes an Account record from the database.
PermanentlyDeleteCharacter permanently deletes a character record from the database.
No description provided by the author
UpsertCharacter updates an existing Character row with the contents of character.
# Structs
Account contains the login information specific to each registered user.
Character is an instance of a character in one of the slots for an account.
No description provided by the author
No description provided by the author