Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "counter", Short: "Create table _counter and insert one row per second", Args: cobra.NoArgs, Run: func(c *cobra.Command, args []string) { postgres_counter.Counter( postgrescmd.PostgresCmdFlagHost, postgrescmd.PostgresCmdFlagPort, postgrescmd.PostgresCmdFlagUser, postgrescmd.PostgresCmdFlagPassword, CmdFlagName, ) }, }
View Source
var CmdFlagName string
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.