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

Struct AzuredevopsConnection

backend/plugins/azuredevops_go/models/connection.go:76–79  ·  view source on GitHub ↗

AzuredevopsConnection holds AzuredevopsConn plus ID/Name for database storage

Source from the content-addressed store, hash-verified

74
75// AzuredevopsConnection holds AzuredevopsConn plus ID/Name for database storage
76type AzuredevopsConnection struct {
77 api.BaseConnection `mapstructure:",squash"`
78 AzuredevopsConn `mapstructure:",squash"`
79}
80
81func (c AzuredevopsConnection) GetEndpoint() string {
82 return "https://dev.azure.com"

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected