| 11 | ) |
| 12 | |
| 13 | type MetaResourceGroup struct { |
| 14 | baseMeta |
| 15 | resourceGroup string |
| 16 | resourceNamePrefix string |
| 17 | resourceNameSuffix string |
| 18 | includeRoleAssignment bool |
| 19 | includeManagedResource bool |
| 20 | } |
| 21 | |
| 22 | func NewMetaResourceGroup(cfg config.Config) (*MetaResourceGroup, error) { |
| 23 | cfg.Logger.Info("New resource group meta") |
nothing calls this directly
no outgoing calls
no test coverage detected