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

Struct DirectedEdge

bitmap/pb.pb.go:1849–1860  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1847}
1848
1849type DirectedEdge struct {
1850 Entity uint64 `protobuf:"fixed64,1,opt,name=entity,proto3" json:"entity,omitempty"`
1851 Attr string `protobuf:"bytes,2,opt,name=attr,proto3" json:"attr,omitempty"`
1852 Value []byte `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
1853 ValueType Posting_ValType `protobuf:"varint,4,opt,name=value_type,json=valueType,proto3,enum=pb.Posting_ValType" json:"value_type,omitempty"`
1854 ValueId uint64 `protobuf:"fixed64,5,opt,name=value_id,json=valueId,proto3" json:"value_id,omitempty"`
1855 Label string `protobuf:"bytes,6,opt,name=label,proto3" json:"label,omitempty"`
1856 Lang string `protobuf:"bytes,7,opt,name=lang,proto3" json:"lang,omitempty"`
1857 Op DirectedEdge_Op `protobuf:"varint,8,opt,name=op,proto3,enum=pb.DirectedEdge_Op" json:"op,omitempty"`
1858 Facets []*api.Facet `protobuf:"bytes,9,rep,name=facets,proto3" json:"facets,omitempty"`
1859 AllowedPreds []string `protobuf:"bytes,10,rep,name=allowedPreds,proto3" json:"allowedPreds,omitempty"`
1860}
1861
1862func (m *DirectedEdge) Reset() { *m = DirectedEdge{} }
1863func (m *DirectedEdge) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected