Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestNewAccount ¶
Types ¶
type Account ¶
type Account struct { ID int `json:"id"` FirstName string `json:"firstName"` LastName string `json:"lastName"` UserName string `json:"userName"` EncryptedPassword string `json:"_"` Balance int64 `json:"balance"` Number int64 `json:"number"` CreatedAt time.Time `json:"createdAt"` }
func NewAccount ¶
func (*Account) ValidPassword ¶
type CreateAccountRequest ¶
type LoginRequest ¶
type LoginResponse ¶
type TransferRequest ¶
Click to show internal directories.
Click to hide internal directories.