()
| 2952 | } |
| 2953 | |
| 2954 | func (m *FacetParam) GetAlias() string { |
| 2955 | if m != nil { |
| 2956 | return m.Alias |
| 2957 | } |
| 2958 | return "" |
| 2959 | } |
| 2960 | |
| 2961 | type FacetParams struct { |
| 2962 | AllKeys bool `protobuf:"varint,1,opt,name=all_keys,json=allKeys,proto3" json:"all_keys,omitempty"` |
nothing calls this directly
no outgoing calls
no test coverage detected