package
Version:
v0.0.0-...-22617c7
Opens a new window with list of versions in this module.
Published: Feb 21, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CreateAccountBody struct {
Name string `json:"name" binding:"required"`
Balance decimal.Decimal `json:"balance"`
CurrencyID int `json:"currency_id" binding:"required"`
}
type LoginBody struct {
Email string `json:"email" binding:"required"`
Password string `json:"password" binding:"required"`
}
type SignUpBody struct {
Email string `json:"email" binding:"required"`
Password string `json:"password" binding:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.