package
0.0.0-20250108174511-08bd1da3ccba
Repository: https://github.com/cms-enterprise/easi-app.git
Documentation: pkg.go.dev

# Functions

NewUploader instantiates an Uploader.
QueryFullNamesAndExportToJSON finds all distinct full names in the database and exports to JSON.
QueryUserNamesAndExportToJSON finds all distinct usernames in the database and exports to JSON.
ReadFullNamesFromJSONAndCreateAccounts opens a JSON file that has an array of full names and.
ReadUsernamesFromJSONAndCreateAccounts reads usernames and creates a user account in the db.
RunPopulateUserTableTUIModel runs the interactive tui version of the command.

# Structs

Uploader is a struct which holds relevant utilities for uploading data to the database.
UserAccountAttempt represents the attempt to make a user account based on a given username.