package
Version:
v0.0.0-...-312fc3a
Opens a new window with list of versions in this module.
Published: Dec 21, 2021
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
AccountId int `json:"Id"`
Name string `json:"Name"`
Balance float64 `json:"Balance"`
Active bool `json:"Active"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.