| 2907 | } |
| 2908 | |
| 2909 | type FacetParam struct { |
| 2910 | Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` |
| 2911 | Alias string `protobuf:"bytes,2,opt,name=alias,proto3" json:"alias,omitempty"` |
| 2912 | } |
| 2913 | |
| 2914 | func (m *FacetParam) Reset() { *m = FacetParam{} } |
| 2915 | func (m *FacetParam) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected