Versions in this module Expand all Collapse all v0 v0.2.1 Nov 30, 2023 Changes in this version + var Cmd = &cobra.Command + var Config = flags + var ErrorExpectedRangeInconsistent = errors.New("inconsistent flags; min and max flags must be in pairs") + var ErrorExpectedVersionInconsistent = errors.New("inconsistent flags; zero or all keys must have an expected version") + type Call struct + func (call Call) Complete() <-chan any + type QueryByKey struct + ExpectedVersion *int64 + Key string + func (query QueryByKey) Perform(client oxia.AsyncClient) common.Call + type QueryByRange struct + KeyMaximum string + KeyMinimum string + func (query QueryByRange) Perform(client oxia.AsyncClient) common.Call + type QueryInput struct + ExpectedVersion *int64 + Key *string + KeyMaximum *string + KeyMinimum *string + func (query QueryInput) Unmarshal(b []byte) (common.Query, error)