package
Version:
v0.0.0-...-539b324
Opens a new window with list of versions in this module.
Published: Jun 24, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func RandomNumber() int64
TODO: can be replaced with uuid for Account's Number
type Account struct {
ID uint64 `json:"id"`
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
Number int64 `json:"number"`
EncryptedPassword string `json:"-"`
Balance int64 `json:"balance"`
CreatedAt time.Time `json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.