MCPcopy Index your code
hub / github.com/expel-io/vault-plugin-database-cloudsql / Initialize

Method Initialize

cloudsql.go:65–67  ·  view source on GitHub ↗

Initialize the database plugin. This is the equivalent of a constructor for the database object itself.

(ctx context.Context, req dbplugin.InitializeRequest)

Source from the content-addressed store, hash-verified

63// Initialize the database plugin. This is the equivalent of a constructor for the
64// database object itself.
65func (c *CloudSQL) Initialize(ctx context.Context, req dbplugin.InitializeRequest) (dbplugin.InitializeResponse, error) {
66 return c.delegateVaultPlugin.Initialize(ctx, req)
67}
68
69// NewUser creates a new user within the database. This user is temporary in that it
70// will exist until the TTL expires.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected