Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteCall ¶
type DeleteCall struct {
Key string
ExpectedVersionId *int64
Callback func(*proto.DeleteResponse, error)
}
func (DeleteCall) ToProto ¶
func (r DeleteCall) ToProto() *proto.DeleteRequest
type DeleteRangeCall ¶
type DeleteRangeCall struct {
MinKeyInclusive string
MaxKeyExclusive string
Callback func(*proto.DeleteRangeResponse, error)
}
func (DeleteRangeCall) ToProto ¶
func (r DeleteRangeCall) ToProto() *proto.DeleteRangeRequest
type GetCall ¶
type GetCall struct {
Key string
ComparisonType proto.KeyComparisonType
Callback func(*proto.GetResponse, error)
}
func (GetCall) ToProto ¶
func (r GetCall) ToProto() *proto.GetRequest
Click to show internal directories.
Click to hide internal directories.