Schema messages.
| 3221 | |
| 3222 | // Schema messages. |
| 3223 | type 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 | |
| 3231 | func (m *SchemaRequest) Reset() { *m = SchemaRequest{} } |
| 3232 | func (m *SchemaRequest) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected