(input *plugin.ApiResourceInput)
| 35 | } |
| 36 | |
| 37 | func PutScopes(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 38 | return dsHelper.ScopeApi.PutMultiple(input) |
| 39 | } |
| 40 | |
| 41 | func DeleteScope(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 42 | return dsHelper.ScopeApi.Delete(input) |
nothing calls this directly
no test coverage detected