Discover Packages
github.com/freexet/raven
graph
model
package
Version:
v0.0.0-...-2b4ca68
Opens a new window with list of versions in this module.
Published: Jun 10, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Login struct {
Username string `json:"username"`
Password string `json:"password"`
}
type NewShop struct {
UserID string `json:"userId"`
Name string `json:"name"`
Description *string `json:"description"`
Country *string `json:"country"`
Region *string `json:"region"`
City *string `json:"city"`
}
type NewUser struct {
Username string `json:"username"`
Password string `json:"password"`
}
type Otp struct {
SecretKey string `json:"secretKey"`
ImgData string `json:"imgData"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.