(input *plugin.ApiResourceInput)
| 36 | } |
| 37 | |
| 38 | func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 39 | return dsHelper.ScopeApi.GetPage(input) |
| 40 | } |
| 41 | |
| 42 | func GetScope(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 43 | return dsHelper.ScopeApi.GetScopeDetail(input) |