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

Method GetUseSsl

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

Source from the content-addressed store, hash-verified

825}
826
827func (x *DataSource) GetUseSsl() bool {
828 if x != nil {
829 return x.UseSsl
830 }
831 return false
832}
833
834func (x *DataSource) GetSslCa() string {
835 if x != nil {

Callers 11

dynamoDBEndpointFunction · 0.45
OpenMethod · 0.45
getPGConnectionConfigFunction · 0.45
OpenMethod · 0.45
ResolveTLSMaterialFunction · 0.45
GetTLSConfigFunction · 0.45
OpenMethod · 0.45
NewMigrationContextFunction · 0.45
convertDataSourcesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected