MCPcopy Create free account
hub / github.com/apache/devlake / GetScopeList

Function GetScopeList

backend/plugins/argocd/api/scope_api.go:86–88  ·  view source on GitHub ↗

GetScopeList get ArgoCD applications @Summary get ArgoCD applications @Description Get ArgoCD applications @Tags plugins/argocd @Param connectionId path int false "connection ID" @Param searchTerm query string false "search term for scope name" @Param blueprints query bool false "also return bluepri

(input *plugin.ApiResourceInput)

Source from the content-addressed store, hash-verified

84// @Failure 500 {object} shared.ApiBody "Internal Error"
85// @Router /plugins/argocd/connections/{connectionId}/scopes [GET]
86func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
87 return dsHelper.ScopeApi.GetPage(input)
88}
89
90// GetScope get one ArgoCD application
91// @Summary get one ArgoCD application

Callers

nothing calls this directly

Calls 1

GetPageMethod · 0.45

Tested by

no test coverage detected