Skip to content

Commit

Permalink
feat:auth服务 open类接口整改 TencentBlueKing#10403
Browse files Browse the repository at this point in the history
  • Loading branch information
fcfang123 committed Oct 30, 2024
1 parent 1a3c5be commit 7d31dcd
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

package com.tencent.devops.auth.resources
package com.tencent.devops.auth.resources.op

import com.tencent.devops.auth.api.sync.OpAuthResourceGroupPermSyncResource
import com.tencent.devops.auth.service.iam.PermissionResourceGroupPermissionService
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

package com.tencent.devops.auth.resources
package com.tencent.devops.auth.resources.op

import com.tencent.devops.auth.api.sync.OpAuthResourceGroupSyncResource
import com.tencent.devops.auth.service.iam.PermissionResourceGroupSyncService
Expand Down
Empty file.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tencent.devops.auth.resources
package com.tencent.devops.auth.resources.op

import com.tencent.devops.auth.api.op.OpPermissionFacadeResource
import com.tencent.devops.auth.pojo.request.CustomGroupCreateReq
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tencent.devops.auth.resources
package com.tencent.devops.auth.resources.user

import com.tencent.devops.auth.api.user.UserAuthAuthorizationResource
import com.tencent.devops.auth.pojo.vo.ResourceTypeInfoVo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

package com.tencent.devops.auth.api.user
package com.tencent.devops.auth.resources.user

import com.tencent.devops.auth.api.user.UserAuthResourceGroupSyncResource
import com.tencent.devops.auth.pojo.enum.AuthMigrateStatus
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.tencent.devops.auth.resources
package com.tencent.devops.auth.resources.user

import com.tencent.devops.auth.api.user.UserAuthResourceMemberResource
import com.tencent.devops.auth.pojo.ResourceMemberInfo
Expand Down

0 comments on commit 7d31dcd

Please sign in to comment.