| 13 | ) |
| 14 | |
| 15 | type MetaResource struct { |
| 16 | baseMeta |
| 17 | AzureIds []armid.ResourceId |
| 18 | ResourceName string |
| 19 | ResourceType string |
| 20 | resourceNamePrefix string |
| 21 | resourceNameSuffix string |
| 22 | |
| 23 | includeRoleAssignment bool |
| 24 | includeManagedResource bool |
| 25 | includeResourceGroup bool |
| 26 | recursive bool |
| 27 | } |
| 28 | |
| 29 | func NewMetaResource(cfg config.Config) (*MetaResource, error) { |
| 30 | cfg.Logger.Info("New resource meta") |
nothing calls this directly
no outgoing calls
no test coverage detected