()
| 791 | } |
| 792 | |
| 793 | func (m *ResourceVariant) GetResource() isResourceVariant_Resource { |
| 794 | if m != nil { |
| 795 | return m.Resource |
| 796 | } |
| 797 | return nil |
| 798 | } |
| 799 | |
| 800 | func (x *ResourceVariant) GetFeatureVariant() *FeatureVariant { |
| 801 | if x, ok := x.GetResource().(*ResourceVariant_FeatureVariant); ok { |
no outgoing calls
no test coverage detected