functional simple api

This commit is contained in:
2024-08-23 16:39:20 -05:00
parent f9354196dd
commit ae4f12c159
18 changed files with 234 additions and 216 deletions

View File

@@ -6,7 +6,7 @@ import (
)
type User struct {
Username string
Username m.Username
EncipheredPasscode m.EncipheredNKode
UserKeys UserCipherKeys
Interface UserInterface