models

package
v0.0.0-...-9d97ec1 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthResponse

type AuthResponse struct {
	AccessToken  string `json:"accessToken"`
	RefreshToken string `json:"refreshToken"`
	UUID         string `json:"UUID"`
}

type CarReq

type CarReq struct {
	Brand string `json:"brand"`
	Class string `json:"class"`
}

type LoginReq

type LoginReq struct {
	Email    string `json:"email"`
	Password string `json:"password"`
	RToken   string `json:"-"`
	FBToken  string `json:"fb_token"`
}

type RegisterReq

type RegisterReq struct {
	ID       string `json:"-"`
	Username string `json:"username"`
	Email    string `json:"email"`
	Password string `json:"password"`
	RToken   string `json:"-"`
	FBToken  string `json:"fb_token"`
}

Jump to

Keyboard shortcuts

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