implement basic localdb function

This commit is contained in:
2025-09-08 19:18:24 +00:00
parent f8b6384db7
commit fd94106ef1
6 changed files with 123 additions and 29 deletions

View File

@@ -1,5 +1,6 @@
package main
/*
type User struct {
Id string
Password string `form:"userpassword" binding:"required"`
@@ -9,3 +10,4 @@ type User struct {
Cluster struct{}
Templates struct{}
}
*/