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

Method Client

dgraphapi/cluster.go:35–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33
34type Cluster interface {
35 Client() (*GrpcClient, func(), error)
36 HTTPClient() (*HTTPClient, error)
37 AlphasHealth() ([]string, error)
38 AlphasLogs() ([]string, error)

Implementers 3

LocalClusterdgraphtest/local_cluster.go
DCloudClusterdgraphtest/dcloud_cluster.go
ComposeClusterdgraphtest/compose_cluster.go

Calls

no outgoing calls