| 3011 | } |
| 3012 | |
| 3013 | type Facets struct { |
| 3014 | Facets []*api.Facet `protobuf:"bytes,1,rep,name=facets,proto3" json:"facets,omitempty"` |
| 3015 | } |
| 3016 | |
| 3017 | func (m *Facets) Reset() { *m = Facets{} } |
| 3018 | func (m *Facets) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected