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

Struct Order

bitmap/pb.pb.go:811–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809}
810
811type Order struct {
812 Attr string `protobuf:"bytes,1,opt,name=attr,proto3" json:"attr,omitempty"`
813 Desc bool `protobuf:"varint,2,opt,name=desc,proto3" json:"desc,omitempty"`
814 Langs []string `protobuf:"bytes,3,rep,name=langs,proto3" json:"langs,omitempty"`
815}
816
817func (m *Order) Reset() { *m = Order{} }
818func (m *Order) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected