MCPcopy
hub / github.com/PeerDB-io/peerdb / Cancel

Method Cancel

flow/switchboard/upstream.go:37–37  ·  view source on GitHub ↗

Cancel cancels the currently running query

(ctx context.Context)

Source from the content-addressed store, hash-verified

35
36 // Cancel cancels the currently running query
37 Cancel(ctx context.Context) error
38
39 // Close closes the upstream connection
40 Close() error

Implementers 3

MongoUpstreamflow/switchboard/upstream_mongodb.go
PostgresUpstreamflow/switchboard/upstream_postgres.go
MySQLUpstreamflow/switchboard/upstream_mysql.go

Calls

no outgoing calls