dto

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2022 License: MPL-2.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 UserChangePasswordRequest

type UserChangePasswordRequest struct {
	Password string `json:"password"`
}

UserChangePasswordRequest struct

type UserLoginRequest

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

UserLoginRequest struct

type UserLoginResponse

type UserLoginResponse struct {
	Token string `json:"token"`
	Type  string `json:"type,omitempty"`
}

UserLoginResponse struct

Jump to

Keyboard shortcuts

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