Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Config = flags{} ErrorExpectedVersionInconsistent = errors.New("inconsistent flags; zero or all keys must have an expected version") ErrorExpectedRangeInconsistent = errors.New("inconsistent flags; min and max flags must be in pairs") )
View Source
var Cmd = &cobra.Command{ Use: "delete", Short: "Delete the entries", Long: `Delete the entries with the given keys or key ranges, if they exists. If an expected version is provided, the delete will only take place if it matches the version of the current record on the server`, Args: cobra.NoArgs, RunE: exec, }
Functions ¶
This section is empty.
Types ¶
type QueryByKey ¶
func (QueryByKey) Perform ¶
func (query QueryByKey) Perform(client oxia.AsyncClient) common.Call
type QueryByRange ¶
func (QueryByRange) Perform ¶
func (query QueryByRange) Perform(client oxia.AsyncClient) common.Call
Click to show internal directories.
Click to hide internal directories.