Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStoreUserQuery ¶
takes string var name and password creates uuid, hashed password returns string[] with uuid, username, hashedpassword
Types ¶
type Request ¶
type Request struct {
Tag string // request
Username string // Username
Password string // Password
}
format for Request it is irritating to have a public fields here but public fields must be used to create json objects.
Click to show internal directories.
Click to hide internal directories.