From 0d1f65daaccec14af56924dee4778cb5bc7a0360 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Sun, 19 Dec 2021 16:19:42 +0100 Subject: [PATCH] docs: add missing docstring --- cli/internal/new.go | 1 + 1 file changed, 1 insertion(+) diff --git a/cli/internal/new.go b/cli/internal/new.go index a1b05307..ccda3bc2 100644 --- a/cli/internal/new.go +++ b/cli/internal/new.go @@ -14,6 +14,7 @@ import ( "github.com/urfave/cli/v2" ) +// AppSecrets represents all app secrest type AppSecrets map[string]string // RecipeName is used for configuring recipe name programmatically