From f63b0137e82d610df52f20a54873fb2d1d1e4c51 Mon Sep 17 00:00:00 2001 From: Prad Nukala Date: Wed, 7 Jan 2026 12:38:53 -0500 Subject: [PATCH] docs(models): add package documentation for models module --- models/auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/models/auth.go b/models/auth.go index 501ad67..4e22e24 100644 --- a/models/auth.go +++ b/models/auth.go @@ -1,3 +1,4 @@ +// Package models contains the data models used by the application package models // AppInfo represents an application requesting authorization