MCPcopy Create free account
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / Stop

Method Stop

tests/common_test.go:88–90  ·  view source on GitHub ↗

Stop sends the TERM signal to the proxy and returns.

()

Source from the content-addressed store, hash-verified

86
87// Stop sends the TERM signal to the proxy and returns.
88func (p *ProxyExec) Stop() {
89 p.cancel()
90}
91
92// Waits until the execution is completed and returns any error.
93func (p *ProxyExec) Wait(ctx context.Context) error {

Callers 1

CloseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected