MCPcopy Index your code
hub / github.com/GoogleCloudPlatform/cloud-sql-proxy / EngineVersion

Method EngineVersion

cloudsql/cloudsql.go:31–31  ·  view source on GitHub ↗

EngineVersion retrieves the provided instance's database version (e.g., POSTGRES_14)

(ctx context.Context, inst string)

Source from the content-addressed store, hash-verified

29 // EngineVersion retrieves the provided instance's database version (e.g.,
30 // POSTGRES_14)
31 EngineVersion(ctx context.Context, inst string) (string, error)
32
33 io.Closer
34}

Callers 2

NewClientFunction · 0.65
newSocketMountMethod · 0.65

Implementers 3

fakeDialerinternal/healthcheck/healthcheck_test.
fakeDialerinternal/proxy/proxy_test.go
spyDialercmd/root_test.go

Calls

no outgoing calls

Tested by

no test coverage detected