| 3055 | } |
| 3056 | |
| 3057 | type FacetsList struct { |
| 3058 | FacetsList []*Facets `protobuf:"bytes,1,rep,name=facets_list,json=facetsList,proto3" json:"facets_list,omitempty"` |
| 3059 | } |
| 3060 | |
| 3061 | func (m *FacetsList) Reset() { *m = FacetsList{} } |
| 3062 | func (m *FacetsList) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected