| 2959 | } |
| 2960 | |
| 2961 | type FacetParams struct { |
| 2962 | AllKeys bool `protobuf:"varint,1,opt,name=all_keys,json=allKeys,proto3" json:"all_keys,omitempty"` |
| 2963 | Param []*FacetParam `protobuf:"bytes,2,rep,name=param,proto3" json:"param,omitempty"` |
| 2964 | } |
| 2965 | |
| 2966 | func (m *FacetParams) Reset() { *m = FacetParams{} } |
| 2967 | func (m *FacetParams) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected