MCPcopy Index your code
hub / github.com/apache/devlake / DeleteScopeConfig

Method DeleteScopeConfig

backend/test/helper/api.go:309–316  ·  view source on GitHub ↗
(pluginName string, connectionId uint64, scopeConfigId uint64)

Source from the content-addressed store, hash-verified

307}
308
309func (d *DevlakeClient) DeleteScopeConfig(pluginName string, connectionId uint64, scopeConfigId uint64) {
310 sendHttpRequest[any](d.testCtx, d.timeout, &testContext{
311 client: d,
312 printPayload: true,
313 inlineJson: false,
314 }, http.MethodDelete, fmt.Sprintf("%s/plugins/%s/connections/%d/scope-configs/%d",
315 d.Endpoint, pluginName, connectionId, scopeConfigId), nil, nil)
316}
317
318func (d *DevlakeClient) RemoteScopes(query RemoteScopesQuery) RemoteScopesOutput {
319 url := fmt.Sprintf("%s/plugins/%s/connections/%d/remote-scopes",

Callers 5

TestAzureFunction · 0.45
TestArgoCDPluginFunction · 0.45
TestGitlabPluginFunction · 0.45
TestDeleteScopeConfigFunction · 0.45

Calls

no outgoing calls

Tested by 5

TestAzureFunction · 0.36
TestArgoCDPluginFunction · 0.36
TestGitlabPluginFunction · 0.36
TestDeleteScopeConfigFunction · 0.36