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

Method GetAwsCredential

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

Source from the content-addressed store, hash-verified

1093}
1094
1095func (x *DataSource) GetAwsCredential() *DataSource_AWSCredential {
1096 if x != nil {
1097 if x, ok := x.IamExtension.(*DataSource_AwsCredential); ok {
1098 return x.AwsCredential
1099 }
1100 }
1101 return nil
1102}
1103
1104func (x *DataSource) GetGcpCredential() *DataSource_GCPCredential {
1105 if x != nil {

Callers 11

EqualMethod · 0.95
getRDSConnectionMethod · 0.45
getRDSConnectionPasswordFunction · 0.45
GetAWSConnectionConfigFunction · 0.45
openWithOpenSearchClientFunction · 0.45
PingMethod · 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