| 3406 | } |
| 3407 | |
| 3408 | type SchemaResult struct { |
| 3409 | Schema []*SchemaNode `protobuf:"bytes,1,rep,name=schema,proto3" json:"schema,omitempty"` // Deprecated: Do not use. |
| 3410 | } |
| 3411 | |
| 3412 | func (m *SchemaResult) Reset() { *m = SchemaResult{} } |
| 3413 | func (m *SchemaResult) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected