package
0.0.0-20231006183139-e08dff8f0a3f
Repository: https://github.com/darklabel91/api_names.git
Documentation: pkg.go.dev

# Functions

CreateName creates a new name in the database of type NameType.
DeleteName deletes name off database by id.
GetID reads a name by id.
GetMetaphoneMatch reads a name by metaphone.
GetName reads a name by name.
Login verifies email and password and sets a JWT token as a cookie for authentication.
Signup creates a new user and saves it to the database.
UpdateName updates name by id.