docs: add package comments to auth and audit packages
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// Package audit provides audit logging for user actions.
|
||||
package audit
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// Package auth provides authentication and session management.
|
||||
package auth
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user