package
0.0.0-20240923230643-979a7ed477ed
Repository: https://github.com/salam4nder/identity.git
Documentation: pkg.go.dev

# Functions

Delete a credentils [Entry] from the database.
Insert a new credentials entry.
Read a credentials [Entry] by ID.
ReadByEmail a credentials [Entry] by an email.
Update credentials.
Verify updates the `verified_at` column for a given credential ID.

# Constants

No description provided by the author

# Structs

Entry
Entry defines an entry in the credentials table.
InsertParams defines the parameters for inserts.
UpdateParams defines the parameters used to update credentials.