()
| 2132 | } |
| 2133 | |
| 2134 | func (x *Category) GetCatalogId() string { |
| 2135 | if x != nil { |
| 2136 | return x.CatalogId |
| 2137 | } |
| 2138 | return "" |
| 2139 | } |
| 2140 | |
| 2141 | func (x *Category) GetDescription() string { |
| 2142 | if x != nil { |
no outgoing calls
no test coverage detected