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

Struct DCloudCluster

dgraphtest/dcloud_cluster.go:24–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22)
23
24type DCloudCluster struct {
25 url string
26 token string
27 acl bool
28}
29
30func NewDCloudCluster() (*DCloudCluster, error) {
31 url := os.Getenv("TEST_DGRAPH_CLOUD_CLUSTER_URL")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected