GetScopeList retrieves scopes for a connection with optional pagination.
(input *plugin.ApiResourceInput)
| 35 | |
| 36 | // GetScopeList retrieves scopes for a connection with optional pagination. |
| 37 | func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |
| 38 | return dsHelper.ScopeApi.GetPage(input) |
| 39 | } |
| 40 | |
| 41 | // GetScope returns the scope detail for a given scope ID. |
| 42 | func GetScope(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) { |