MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / zero

Struct zero

dgraphtest/dgraph.go:92–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92type zero struct {
93 id int // 0, 1, 2
94 containerID string // container ID in docker world
95 containerName string // something like test-1234_zero2
96 aliasName string // something like alpha0, zero1
97 isRunning bool
98 myAddrOverride string // if set, overrides the --my flag value
99}
100
101func (z *zero) cname() string {
102 return z.containerName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected