Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bytebase/bytebase
/ GetDataSources
Method
GetDataSources
backend/generated-go/store/instance.pb.go:542–547 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
540
}
541
542
func
(x *Instance) GetDataSources() []*DataSource {
543
if
x != nil {
544
return
x.DataSources
545
}
546
return
nil
547
}
548
549
func
(x *Instance) GetSyncInterval() *durationpb.Duration {
550
if
x != nil {
Callers
14
DataSourceFromInstanceWithType
Function · 0.45
validateInstanceDataSources
Function · 0.45
obfuscateInstance
Method · 0.45
deobfuscateInstances
Method · 0.45
TestSQLExportDataSourceResolution
Function · 0.45
TestSQLQueryDataSourceResolution
Function · 0.45
resolveDataSourceID
Function · 0.45
checkAndGetDataSourceQueriable
Function · 0.45
CreateInstance
Method · 0.45
AddDataSource
Method · 0.45
UpdateDataSource
Method · 0.45
RemoveDataSource
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestSQLExportDataSourceResolution
Function · 0.36
TestSQLQueryDataSourceResolution
Function · 0.36