MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / HealthInfo

Struct HealthInfo

bitmap/pb.pb.go:1625–1637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623}
1624
1625type HealthInfo struct {
1626 Instance string `protobuf:"bytes,1,opt,name=instance,proto3" json:"instance,omitempty"`
1627 Address string `protobuf:"bytes,2,opt,name=address,proto3" json:"address,omitempty"`
1628 Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,omitempty"`
1629 Group string `protobuf:"bytes,4,opt,name=group,proto3" json:"group,omitempty"`
1630 Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
1631 Uptime int64 `protobuf:"varint,6,opt,name=uptime,proto3" json:"uptime,omitempty"`
1632 LastEcho int64 `protobuf:"varint,7,opt,name=lastEcho,proto3" json:"lastEcho,omitempty"`
1633 Ongoing []string `protobuf:"bytes,8,rep,name=ongoing,proto3" json:"ongoing,omitempty"`
1634 Indexing []string `protobuf:"bytes,9,rep,name=indexing,proto3" json:"indexing,omitempty"`
1635 EeFeatures []string `protobuf:"bytes,10,rep,name=ee_features,json=eeFeatures,proto3" json:"ee_features,omitempty"`
1636 MaxAssigned uint64 `protobuf:"varint,11,opt,name=max_assigned,json=maxAssigned,proto3" json:"max_assigned,omitempty"`
1637}
1638
1639func (m *HealthInfo) Reset() { *m = HealthInfo{} }
1640func (m *HealthInfo) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected