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

Struct alpha

dgraphtest/dgraph.go:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205type alpha struct {
206 id int
207 containerID string
208 containerName string
209 aliasName string
210 isRunning bool
211}
212
213func (a *alpha) cname() string {
214 return a.containerName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected