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
IncludeValue bool
SecondaryIndexName *string
Callback func(*proto.GetResponse, error)
}
func (GetCall) ToProto ¶
func (r GetCall) ToProto() *proto.GetRequest
type PutCall ¶
type PutCall struct {
Key string
Value []byte
ExpectedVersionId *int64
SequenceKeysDeltas []uint64
SessionId *int64
ClientIdentity *string
PartitionKey *string
SecondaryIndexes []*proto.SecondaryIndex
Callback func(*proto.PutResponse, error)
}
func (PutCall) ToProto ¶
func (r PutCall) ToProto() *proto.PutRequest
Click to show internal directories.
Click to hide internal directories.