Versions in this module Expand all Collapse all v0 v0.0.5 May 16, 2026 Changes in this version + type CloseRequest struct + type CloseResponse struct + Err Error + type CompactRequest struct + Limit []byte + Start []byte + type CompactResponse struct + Err Error + type DeleteRequest struct + Key []byte + type DeleteResponse struct + Err Error + type Error int32 + const Error_ERROR_CLOSED + const Error_ERROR_NOT_FOUND + const Error_ERROR_UNSPECIFIED + func (e Error) String() string + type GetRequest struct + Key []byte + type GetResponse struct + Err Error + Value []byte + type HasRequest struct + Key []byte + type HasResponse struct + Err Error + Has bool + type HealthCheckResponse struct + Details []byte + type IteratorErrorRequest struct + Id uint64 + type IteratorErrorResponse struct + Err Error + type IteratorNextRequest struct + Id uint64 + type IteratorNextResponse struct + Data []*PutRequest + type IteratorReleaseRequest struct + Id uint64 + type IteratorReleaseResponse struct + Err Error + type NewIteratorWithStartAndPrefixRequest struct + Prefix []byte + Start []byte + type NewIteratorWithStartAndPrefixResponse struct + Id uint64 + type PutRequest struct + Key []byte + Value []byte + type PutResponse struct + Err Error + type WriteBatchRequest struct + Deletes []*DeleteRequest + Puts []*PutRequest + type WriteBatchResponse struct + Err Error