Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExportAccount ¶
type ExportData ¶
type ExportData struct {
Accounts []ExportAccount `json:"accounts"`
}
type ImportAccount ¶
type ImportData ¶
type ImportData struct {
Accounts []ImportAccount `json:"accounts"`
}
Click to show internal directories.
Click to hide internal directories.