Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
Name string `json:"name"`
Username string `json:"username"`
Password string `json:"password"`
CreatedOn int64 `json:"createdOn"`
}
func NewAccount ¶
Click to show internal directories.
Click to hide internal directories.