diff options
Diffstat (limited to 'funcs/gcp.go')
| -rw-r--r-- | funcs/gcp.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/funcs/gcp.go b/funcs/gcp.go index 41c507b6..8faef288 100644 --- a/funcs/gcp.go +++ b/funcs/gcp.go @@ -8,13 +8,15 @@ import ( ) // GCPNS - the gcp namespace +// // Deprecated: don't use func GCPNS() *GcpFuncs { return &GcpFuncs{gcpopts: gcp.GetClientOptions()} } // AddGCPFuncs - -// Deprecated: use CreateGCPFuncs instead +// +// Deprecated: use [CreateGCPFuncs] instead func AddGCPFuncs(f map[string]interface{}) { for k, v := range CreateGCPFuncs(context.Background()) { f[k] = v |
