MCPcopy Create free account
hub / github.com/bytebase/bytebase / GetAzureCredential

Method GetAzureCredential

backend/generated-go/store/instance.pb.go:1086–1093  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1084}
1085
1086func (x *DataSource) GetAzureCredential() *DataSource_AzureCredential {
1087 if x != nil {
1088 if x, ok := x.IamExtension.(*DataSource_AzureCredential_); ok {
1089 return x.AzureCredential
1090 }
1091 }
1092 return nil
1093}
1094
1095func (x *DataSource) GetAwsCredential() *DataSource_AWSCredential {
1096 if x != nil {

Callers 8

EqualMethod · 0.95
OpenMethod · 0.45
GetAzureConnectionConfigFunction · 0.45
obfuscateInstanceMethod · 0.45
deobfuscateInstancesMethod · 0.45
UpdateDataSourceMethod · 0.45
convertDataSourcesFunction · 0.45
convertV1DataSourceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected