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

Function GetScopeList

backend/plugins/tapd/api/scope_api.go:76–78  ·  view source on GitHub ↗

GetScopeList get tapd jobs @Summary get tapd jobs @Description get tapd jobs @Tags plugins/tapd @Param connectionId path int false "connection ID" @Param searchTerm query string false "search term for scope name" @Param pageSize query int false "page size, default 50" @Param page query int false "pa

(input *plugin.ApiResourceInput)

Source from the content-addressed store, hash-verified

74// @Failure 500 {object} shared.ApiBody "Internal Error"
75// @Router /plugins/tapd/connections/{connectionId}/scopes [GET]
76func GetScopeList(input *plugin.ApiResourceInput) (*plugin.ApiResourceOutput, errors.Error) {
77 return dsHelper.ScopeApi.GetPage(input)
78}
79
80// GetScope get one tapd job
81// @Summary get one tapd job

Callers

nothing calls this directly

Calls 1

GetPageMethod · 0.45

Tested by

no test coverage detected