package
1.0.5
Repository: https://github.com/cockroachdb/replicator.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
ProvideAuthenticator is called by Wire to construct a JWT-based authenticator, or a no-op authenticator if Config.DisableAuth has been set.
ProvideEagerConfig makes the configuration objects depend upon the script loader and preflights the configuration.
ProvideListener is called by Wire to construct the incoming network socket for the server.
ProvideMux is called by Wire to construct the http.ServeMux that routes requests.
ProvideServer is called by Wire to construct the top-level network server.
ProvideTLSConfig is called by Wire to load the certificate and key from disk, to generate a self-signed localhost certificate, or to return nil if TLS has been disabled.

# Variables

Set is used by Wire.

# Structs

Config contains the user-visible configuration for running a CDC changefeed server.
Server is returned from NewServer.

# Type aliases

EagerConfig is a hack to force Wire to build the script loader first.