# Functions
NewBucket creates a new bucket with the given name, using default values for all other fields.
Run creates an instance of the Couchbase container type.
Deprecated: use Run instead RunContainer creates an instance of the Couchbase container type.
StartContainer creates an instance of the Couchbase container type Deprecated: use RunContainer instead.
WithAdminCredentials sets the username and password for the administrator user.
WithAnalyticsService enables the analytics service in the container.
WithBucket adds a bucket to the container.
WithBucket adds buckets to the couchbase container.
WithCredentials sets the username and password for the administrator user.
WithEnterpriseService enables the eventing service in the container.
WithImageName allows to override the default image name.
WithBucket adds buckets to the couchbase container.
WithIndexStorageMode sets the storage mode to be used in the cluster.
WithServiceAnalytics enables the Analytics service.
WithServiceEventing enables the Eventing service.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ForestDB sets the cluster-wide index storage mode to use the forestdb storage engine, which only utilizes persistent storage for index maintenance and scans.
No description provided by the author
No description provided by the author
MemoryOptimized sets the cluster-wide index storage mode to use memory optimized global secondary indexes which can perform index maintenance and index scan faster at in-memory speeds.
No description provided by the author
No description provided by the author
Plasma sets the cluster-wide index storage mode to use the Plasma storage engine, which can utilize both memory and persistent storage for index maintenance and index scans.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Config is the configuration for the Couchbase container, that will be stored in the container itself.
CouchbaseContainer represents the Couchbase container type used in the module.
No description provided by the author
# Type aliases
Option is a function that configures the Couchbase container.