mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-19 02:37:24 +08:00
fix: avoid generated codes having duplicate PerformSetScope methods
This commit is contained in:
@@ -609,5 +609,5 @@ func (s *SSchedtag) AllowPerformSetScope(ctx context.Context, userCred mcclient.
|
||||
}
|
||||
|
||||
func (s *SSchedtag) PerformSetScope(ctx context.Context, userCred mcclient.TokenCredential, query jsonutils.JSONObject, data jsonutils.JSONObject) (jsonutils.JSONObject, error) {
|
||||
return SchedtagManager.PerformSetScope(ctx, s, userCred, data)
|
||||
return db.PerformSetScope(ctx, s, userCred, data)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user