Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dgraph-io/dgraph
/ HTTPClient
Method
HTTPClient
dgraphapi/cluster.go:36–36 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
34
type
Cluster
interface
{
35
Client() (*GrpcClient,
func
(), error)
36
HTTPClient() (*HTTPClient, error)
37
AlphasHealth() ([]string, error)
38
AlphasLogs() ([]string, error)
39
AssignUids(gc *dgo.Dgraph, num uint64) error
Callers
15
runImportTest
Function · 0.65
waitForAllGroupLeaders
Function · 0.65
testExportAndLiveLoad
Function · 0.65
TestLoggingIntoTheNSAfterDropDataFromTheNS
Method · 0.65
TestLoggingIntoAllNamespacesAfterDropDataOperationFromDefaultNs
Method · 0.65
TestAclBasic
Method · 0.65
TestNameSpaceLimitFlag
Method · 0.65
TestPersistentQuery
Method · 0.65
TestTokenExpired
Method · 0.65
TestTwoPermissionSetsInNameSpacesWithAcl
Method · 0.65
TestCreateNamespace
Method · 0.65
TestResetPassword
Method · 0.65
Implementers
3
LocalCluster
dgraphtest/local_cluster.go
DCloudCluster
dgraphtest/dcloud_cluster.go
ComposeCluster
dgraphtest/compose_cluster.go
Calls
no outgoing calls
Tested by
15
runImportTest
Function · 0.52
waitForAllGroupLeaders
Function · 0.52
testExportAndLiveLoad
Function · 0.52
TestLoggingIntoTheNSAfterDropDataFromTheNS
Method · 0.52
TestLoggingIntoAllNamespacesAfterDropDataOperationFromDefaultNs
Method · 0.52
TestAclBasic
Method · 0.52
TestNameSpaceLimitFlag
Method · 0.52
TestPersistentQuery
Method · 0.52
TestTokenExpired
Method · 0.52
TestTwoPermissionSetsInNameSpacesWithAcl
Method · 0.52
TestCreateNamespace
Method · 0.52
TestResetPassword
Method · 0.52