update more tools

This commit is contained in:
duwenxin
2026-02-04 01:20:15 -05:00
committed by duwenxin99
parent 638cf9c574
commit 000cee6664
84 changed files with 406 additions and 204 deletions

View File

@@ -172,7 +172,7 @@ func (t Tool) Invoke(ctx context.Context, resourceMgr tools.SourceProvider, para
resp, err := source.CreateInstance(ctx, project, name, dbVersion, rootPassword, settings, string(accessToken))
if err != nil {
return nil, util.ProecessGcpError(err)
return nil, util.ProcessGcpError(err)
}
return resp, nil
}