package
0.0.0-20241103051205-660dde338f35
Repository: https://github.com/johnietre/my-site.git
Documentation: pkg.go.dev
# Functions
AddApp adds an app to the database, returning the app with the ID set.
AddAppIssue adds an issue for the app.
EditApp updates the app with the given ID with the passed app.
GetAppById attempts to get an app by its ID.
No description provided by the author
GetApps gets all apps.
No description provided by the author
IsAAIError returns whether the error is an AAIError.
LoadAppData loads the apps page data.
NewAALEPageData queries the database and returns a new page data for admin/apps/list/{id}.
NewAALPageData queries the database and returns a new page data for admin/apps/list.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
# Structs
AAIError is an error returned by the AddAppIssue function.
AdminAppsListEditPageData is the page data for admin/apps/list/{id}.
AdminAppsListPageData is the page data for admin/apps/list.
AdminAppsReviewPageData queries the database and returns.
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