From 35d0df422ffd860d9730760adf6c89a5194f5400 Mon Sep 17 00:00:00 2001 From: Mohamad Choupan Date: Thu, 5 Dec 2024 01:06:04 +0330 Subject: [PATCH] feat: rename files --- ...ce_chrome_device.go => table_googleworkspace_chrome_device.go} | 0 ...google_workspace_domain.go => table_googleworkspace_domain.go} | 0 ...pace_domain_alias.go => table_googleworkspace_domain_alias.go} | 0 ...e_google_workspace_group.go => table_googleworkspace_group.go} | 0 ...kspace_group_alias.go => table_googleworkspace_group_alias.go} | 0 ...pace_group_member.go => table_googleworkspace_group_member.go} | 0 ...ce_mobile_device.go => table_googleworkspace_mobile_device.go} | 0 ...le_workspace_org_unit.go => table_googleworkspace_org_unit.go} | 0 ..._workspace_privilege.go => table_googleworkspace_privilege.go} | 0 ...rce_building.go => table_googleworkspace_resource_building.go} | 0 ...rce_calender.go => table_googleworkspace_resource_calender.go} | 0 ...ource_feature.go => table_googleworkspace_resource_feature.go} | 0 ...ble_google_workspace_role.go => table_googleworkspace_role.go} | 0 ...ole_assignment.go => table_googleworkspace_role_assignment.go} | 0 ...ble_google_workspace_user.go => table_googleworkspace_user.go} | 0 ...orkspace_user_alias.go => table_googleworkspace_user_alias.go} | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_chrome_device.go => table_googleworkspace_chrome_device.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_domain.go => table_googleworkspace_domain.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_domain_alias.go => table_googleworkspace_domain_alias.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_group.go => table_googleworkspace_group.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_group_alias.go => table_googleworkspace_group_alias.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_group_member.go => table_googleworkspace_group_member.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_mobile_device.go => table_googleworkspace_mobile_device.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_org_unit.go => table_googleworkspace_org_unit.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_privilege.go => table_googleworkspace_privilege.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_resource_building.go => table_googleworkspace_resource_building.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_resource_calender.go => table_googleworkspace_resource_calender.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_resource_feature.go => table_googleworkspace_resource_feature.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_role.go => table_googleworkspace_role.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_role_assignment.go => table_googleworkspace_role_assignment.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_user.go => table_googleworkspace_user.go} (100%) rename steampipe-plugin-googleworkspace/googleworkspace/{table_google_workspace_user_alias.go => table_googleworkspace_user_alias.go} (100%) diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_chrome_device.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_chrome_device.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_chrome_device.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_chrome_device.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_domain.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_domain.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_domain.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_domain.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_domain_alias.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_domain_alias.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_domain_alias.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_domain_alias.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_group.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_group.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_group.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_group.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_group_alias.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_group_alias.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_group_alias.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_group_alias.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_group_member.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_group_member.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_group_member.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_group_member.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_mobile_device.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_mobile_device.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_mobile_device.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_mobile_device.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_org_unit.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_org_unit.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_org_unit.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_org_unit.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_privilege.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_privilege.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_privilege.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_privilege.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_resource_building.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_resource_building.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_resource_building.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_resource_building.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_resource_calender.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_resource_calender.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_resource_calender.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_resource_calender.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_resource_feature.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_resource_feature.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_resource_feature.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_resource_feature.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_role.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_role.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_role.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_role.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_role_assignment.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_role_assignment.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_role_assignment.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_role_assignment.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_user.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_user.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_user.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_user.go diff --git a/steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_user_alias.go b/steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_user_alias.go similarity index 100% rename from steampipe-plugin-googleworkspace/googleworkspace/table_google_workspace_user_alias.go rename to steampipe-plugin-googleworkspace/googleworkspace/table_googleworkspace_user_alias.go