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

Struct SchemaRequest

bitmap/pb.pb.go:3223–3229  ·  view source on GitHub ↗

Schema messages.

Source from the content-addressed store, hash-verified

3221
3222// Schema messages.
3223type SchemaRequest struct {
3224 GroupId uint32 `protobuf:"varint,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
3225 Predicates []string `protobuf:"bytes,2,rep,name=predicates,proto3" json:"predicates,omitempty"`
3226 // fields can be on of type, index, reverse or tokenizer
3227 Fields []string `protobuf:"bytes,3,rep,name=fields,proto3" json:"fields,omitempty"`
3228 Types []string `protobuf:"bytes,4,rep,name=types,proto3" json:"types,omitempty"`
3229}
3230
3231func (m *SchemaRequest) Reset() { *m = SchemaRequest{} }
3232func (m *SchemaRequest) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected