package
0.0.0-20241022194553-db3115c90c22
Repository: https://github.com/couchbase/gocbcorex.git
Documentation: pkg.go.dev

# Functions

Decode decodes a flags value into a data type and compression type using the common flags specification.
Encode encodes a data type and compression type into a flags value using the common flags specification.

# Constants

BinaryType indicates the value is binary data.
Common flags mask for compression mode.
Common flags compression for disabled compression.
Common flag format for binary data.
Common flag format for JSON data.
Common flags mask for data format.
nolint: deadcode,varcheck,unused.
Common flag format for string data.
JSONType indicates the value is JSON data.
Legacy flag format for JSON data.
Common flags mask.
NoCompression indicates that no compression is being used.
StringType indicates the value is string data.
UnknownCompression indicates that the compression type is unknown.
UnknownType indicates the values type is unknown.

# Type aliases

CompressionType indicates the type of compression for a value.
DataType represents the type of data for a value.