package
0.0.1
Repository: https://github.com/couchbaselabs/gocaves.git
Documentation: pkg.go.dev

# README

This package contains many of the internal implementations for the mock.

Some of the stuff in this package is made public in spite of not being used specifically to enable testing from the mockimpl package to avoid circular dependancies. For instance the configgen stuff needs a cluster from mockimpl to test with, but mockimpl depends on the configgen itself.

# Functions

GenBucketConfig returns the current config for a bucket.
GenClusterConfig returns the current config for this cluster.
GenClusterNodeConfig returns the config data for a cluster node.
GenExtClusterNodeConfig returns the extended config data for a cluster node.
GenTerseBucketConfig returns the current mini config for a bucket.
GenTerseClusterNodeConfig returns the terse config data for a cluster node.
Register registers all known hooks.

# Structs

RegisterOptions specifies options used for impl registration.