Skip to content

Commit

Permalink
Add new feature
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Mar 20, 2024
1 parent bac1a2e commit 79baf84
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ const (
BucketStoreFeatureCollections
BucketStoreFeatureSystemCollections
BucketStoreFeatureMobileXDCR
BucketStoreFeatureMultiXattrSubdocOperations
)

// An error type, used by TypedErrorStore.IsError
Expand Down Expand Up @@ -422,9 +423,6 @@ type XattrStore interface {

// Updates a document's xattr.
UpdateXattrs(ctx context.Context, k string, exp uint32, cas uint64, xv map[string][]byte, opts *MutateInOptions) (casOut uint64, err error)

// Deletes the document's body. Updates the CAS and CRC32 macros in the specified xattrs.
DeleteBody(ctx context.Context, k string, xattrKeys []string, exp uint32, cas uint64, opts *MutateInOptions) (casOut uint64, err error)
}

// A DeletableStore is a data store that supports deletion of the underlying persistent storage.
Expand Down

0 comments on commit 79baf84

Please sign in to comment.