model

package
v0.0.0-...-2b4ca68 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 10, 2021 License: GPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Login

type Login struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

type NewShop

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

type NewUser struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

type Otp

type Otp struct {
	SecretKey string `json:"secretKey"`
	ImgData   string `json:"imgData"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL