package
2.0.0+incompatible
Repository: https://github.com/azpect3120/authenticationserver.git
Documentation: pkg.go.dev

# Functions

Deletes an application from the database id should be parsed to a UUID to ensure its validity.
Insert an application into the database.
Match an array of inputted data columns and updates inputted array to validated array of data columns which can be stored in the db.
Create an application using the provided input.
Overwrites an application in the database.
Retrieves an application from the database.
Retrieves all applications from the database.
Updates an application in the database.
Validates an application to ensure the required fields are present and no duplicate columns are present.