Documentation ¶
Index ¶
Constants ¶
View Source
const ( // FlagKey is the cli flag to set the key FlagKey = "key" // FlagValue is the cli flag to set the value FlagValue = "value" )
Variables ¶
View Source
var EyesQueryCmd = &cobra.Command{ Use: "eyes [key]", Short: "Get data stored under key in eyes", RunE: commands.RequireInit(eyesQueryCmd), }
EyesQueryCmd - command to query raw data
View Source
var RemoveTxCmd = &cobra.Command{ Use: "remove", Short: "Removes a key value pair", RunE: commands.RequireInit(removeTxCmd), }
RemoveTxCmd is CLI command to remove data
View Source
var SetTxCmd = &cobra.Command{ Use: "set", Short: "Sets a key value pair", RunE: commands.RequireInit(setTxCmd), }
SetTxCmd is CLI command to set data
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.