Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SQLStoreCmd = &cobra.Command{
Use: "sqlstore",
Short: "Interact with Data Node TimescaleDB - extra monitoring tables",
Long: `Interact with Data Node TimescaleDB - extra monitoring tables`,
}
Functions ¶
func RunRemoveSchema ¶
func RunRemoveSchema(args RemoveSchemaArgs) error
func RunRollBack ¶
func RunRollBack(args RollBackArgs) error
func RunUpgradeSchema ¶
func RunUpgradeSchema(args UpgradeSchemaArgs) error
Types ¶
type RemoveSchemaArgs ¶
type RemoveSchemaArgs struct {
*SQLStoreArgs
}
type RollBackArgs ¶
type RollBackArgs struct {
*SQLStoreArgs
}
type SQLStoreArgs ¶
type UpgradeSchemaArgs ¶
type UpgradeSchemaArgs struct {
*SQLStoreArgs
}
Click to show internal directories.
Click to hide internal directories.