Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var StorageClearCommand = &cobra.Command{
Use: "clear",
Short: "clear data storage",
Run: clearCmd,
}
StorageClearCommand remove data from db
View Source
var StorageCommand = &cobra.Command{
Use: "storage",
Short: "data storage managing",
}
StorageCommand main data storage managing command
View Source
var StorageSeedCommand = &cobra.Command{
Use: "seed",
Short: "seed database with initial data",
Run: seedCmd,
}
StorageSeedCommand seed data storage with initial data
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.