models

package
v0.0.0-...-d4578db Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package models contains all structs used throughout the porgram

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LoginData

type LoginData struct {
	Email    string `json:"email"`
	Password string `json:password`
}

type SignupData

type SignupData struct {
	Email    string `json:"email"`
	Password string `json:password`
}

type VerifyCaptchaResponse

type VerifyCaptchaResponse struct {
	Result bool `json:"success"`
}

Jump to

Keyboard shortcuts

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