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
|
package audit
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
// Package auth provides authentication and session management.
|
||||||
package auth
|
package auth
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
Reference in New Issue
Block a user