Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/PeerDB-io/peerdb
/ Close
Method
Close
flow/connectors/core.go:32–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
type
Connector
interface
{
32
Close() error
33
ConnectionActive(context.Context) error
34
}
35
Callers
15
main
Function · 0.65
AttachToCdcStream
Function · 0.65
ReadFileToBytes
Function · 0.65
TestMongoDBAvroSizeComputation
Function · 0.65
runSizeSubtest
Function · 0.65
writeAvroFileCompressed
Function · 0.65
getActualUncompressedSize
Function · 0.65
GetDestinationTableSchema
Function · 0.65
GetCollectionNames
Function · 0.65
CheckIfTablesEmptyAndEngine
Function · 0.65
storeColumnInfoForTable
Function · 0.65
TestNewS3StagingValidator_HappyPath
Function · 0.65
Implementers
11
BigQueryConnector
flow/connectors/bigquery/bigquery.go
PostgresConnector
flow/connectors/postgres/postgres.go
MongoConnector
flow/connectors/mongo/mongo.go
MySqlConnector
flow/connectors/mysql/mysql.go
S3Connector
flow/connectors/s3/s3.go
KafkaConnector
flow/connectors/kafka/kafka.go
EventHubConnector
flow/connectors/eventhub/eventhub.go
PubSubConnector
flow/connectors/pubsub/pubsub.go
ClickHouseConnector
flow/connectors/clickhouse/clickhouse.
ElasticsearchConnector
flow/connectors/elasticsearch/elastics
SnowflakeConnector
flow/connectors/snowflake/snowflake.go
Calls
no outgoing calls
Tested by
15
TestMongoDBAvroSizeComputation
Function · 0.52
runSizeSubtest
Function · 0.52
writeAvroFileCompressed
Function · 0.52
getActualUncompressedSize
Function · 0.52
TestNewS3StagingValidator_HappyPath
Function · 0.52
TestNewS3StagingValidator_PutFailure
Function · 0.52
TestNewS3StagingValidator_DeleteFailure
Function · 0.52
TestNewS3StagingValidator_EmptyPrefix
Function · 0.52
newFakeGCSClient
Function · 0.52
TestNewGCSStagingValidator_HappyPath
Function · 0.52
TestNewGCSStagingValidator_UploadFailure
Function · 0.52
TestNewGCSStagingValidator_DeleteFailure
Function · 0.52