(input *plugin.ApiResourceInput)
| 31 | } |
| 32 | |
| 33 | func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 34 | return dsHelper.ScopeApi.GetPage(input) |
| 35 | } |
| 36 | |
| 37 | func PutScopes(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 38 | return dsHelper.ScopeApi.PutMultiple(input) |