Discover Packages
github.com/skyscrapers/gasy
cmd
package
Version:
v0.0.0-...-ad08635
Opens a new window with list of versions in this module.
Published: Apr 1, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 19
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.
type Account struct {
ID string `json:"id"`
Name string `json:"name"`
SID string `json:"sid,omitempty"`
Description string `json:"description"`
}
Account struct holds account information
type Accounts struct {
Accounts []Account `json:"accounts"`
}
Accounts struct holds an array
of Account
Source Files
¶
Click to show internal directories.
Click to hide internal directories.