package
1.0.0-beta.2
Repository: https://github.com/justinfarrelldev/open-ctp-server.git
Documentation: pkg.go.dev

# Functions

CreateAccount handles the creation of a new account.
No description provided by the author
DeleteAccount deletes an account by the account ID.
No description provided by the author
GetAccount gets an account by the account ID.
No description provided by the author
UpdateAccount updates an account by the account ID.
No description provided by the author

# Constants

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

# Structs

Account represents a player account.
AccountParam represents a player account with non-required fields.
CreateAccountArgs represents the expected structure of the request body for creating an account for use within the server.
DeleteAccountArgs represents the expected structure of the request body for deleting an account.
GetAccountArgs represents the expected structure of the request body for getting an account.
UpdateAccountArgs represents the expected structure of the request body for updating an account.

# Type aliases

No description provided by the author