MCPcopy
hub / github.com/dgraph-io/dgraph / WithCustomPlugins

Method WithCustomPlugins

dgraphtest/config.go:243–246  ·  view source on GitHub ↗

Enables generation of the custom_plugins in testutil/custom_plugins

()

Source from the content-addressed store, hash-verified

241
242// Enables generation of the custom_plugins in testutil/custom_plugins
243func (cc ClusterConfig) WithCustomPlugins() ClusterConfig {
244 cc.customPlugins = true
245 return cc
246}
247
248// WithGraphqlLambdaURL sets the graphql lambda url for alpha
249func (cc ClusterConfig) WithGraphqlLambdaURL(url string) ClusterConfig {

Callers 1

SetupSubTestMethod · 0.80

Calls

no outgoing calls

Tested by 1

SetupSubTestMethod · 0.64