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

Method GetExternalSecret

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

Source from the content-addressed store, hash-verified

1056}
1057
1058func (x *DataSource) GetExternalSecret() *DataSourceExternalSecret {
1059 if x != nil {
1060 return x.ExternalSecret
1061 }
1062 return nil
1063}
1064
1065func (x *DataSource) GetAuthenticationType() DataSource_AuthenticationType {
1066 if x != nil {

Callers 7

GetDataSourceDriverMethod · 0.45
NewMigrationContextFunction · 0.45
obfuscateInstanceMethod · 0.45
deobfuscateInstancesMethod · 0.45
checkDataSourceMethod · 0.45
convertDataSourcesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected