feat: first release
build-and-release / release (push) Failing after 17m7s

This commit is contained in:
2026-06-22 16:51:18 +02:00
parent fe485dd86d
commit 2bf11dda91
29 changed files with 182 additions and 191 deletions
-1
View File
@@ -13,7 +13,6 @@ type Module struct{}
func New() *Module { return &Module{} }
func (m *Module) ID() string { return ModuleID }
func (m *Module) Name() string { return "Users" }
// Permissions: read to list/inspect accounts; write to create and change
// passwords; root to delete (irreversible).