function

OpenWithConfig

func OpenWithConfig( ctx context.Context, config Config, ) (*Store, error)

Open the store with explicit transport, timeout, application-name, and pool bounds.

Source adapters/mongodb/mongodb.go:98

@param ctx
The ctx value.
@param config
The config value.
@returns
The declared result.

Related types

  • Config

    Runtime-only MongoDB connection behavior.

  • Store

    A replica-set implementation of Ridu’s document, snapshot, auth, preference, task, lock, upload, readiness, and migration contracts.