working commit

This commit is contained in:
2026-03-26 21:08:25 +02:00
parent 80fdd79aff
commit 31fcdca726
6 changed files with 77 additions and 60 deletions
+4
View File
@@ -13,6 +13,10 @@ const (
defaultHostname = "localhost:1025"
)
func NewAccountUtil() *AccountUtil {
return &AccountUtil{}
}
type AccountUtil struct {
createAccountParams CreateAccountParams
updateAccountParams UpdateAccountParams